I hereby claim:
- I am toddgeist on github.
- I am toddgeist (https://keybase.io/toddgeist) on keybase.
- I have a public key whose fingerprint is EC10 077F D8B9 9B77 73D1 473C 803D 60BE 4ACE CA12
To claim this, I am signing this object:
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |
I hereby claim:
To claim this, I am signing this object:
| Let ( | |
| [ | |
| // set "~parameters" to a Valid Let Variables String for ex. Get (ScriptParameter) or Get (ScriptResults) | |
| ~parameters = $LetVariables; | |
| //---------- NO NEED TO EDIT BELOW HERE ----------------- | |
| ~evaluateString = | |
| "Let( [¶" |
| "$firstName=" & Quote(contact::firstName) & ";¶" & | |
| "$flastNameName=" & Quote(contact::lastName) & ";¶" & | |
| "$age=" & contact::Age & ";¶" & | |
| "$birthDate=" & Quote(contact::birthDate) & ";¶" |
| $firstName = "Todd" ; | |
| $lastName= "Geist" ; | |
| $age = 6; | |
| $birthDate = "5/13/2007" ; |
| // evaluate within data viewer - add any missing keywords | |
| List( | |
| False & " False"; | |
| Plain & " Plain"; | |
| True & " True"; | |
| Strikethrough & " Strikethrough"; | |
| SmallCaps & " SmallCaps"; | |
| Superscript & " Superscript"; | |
| Subscript & " Subscript"; |