49
edits
No edit summary |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
== Arguments == | == Arguments == | ||
* name - name for new variable | * name - name for new variable | ||
* value (optional) - the value to set. If no value, then prints value if exists | * value (optional) - the value to set. If no value, then prints value if exists. | ||
== Details == | |||
Can be used to set defaults for values. | |||
== Examples == | == Examples == | ||
=== Default values === | |||
* 'var' called with 'bob' without a value. Variable 'bob' doesn't exist. | * 'var' called with 'bob' without a value. Variable 'bob' doesn't exist. | ||
<kua> | <kua> | ||
| Line 30: | Line 34: | ||
== Notes == | == Notes == | ||
* | * If variable already exists, will not trigger any associated events when attempting to set. | ||