49
edits
(→Notes) |
No edit summary |
||
| Line 2: | Line 2: | ||
Sets an existing variable in the current context, reports variable value. | Sets an existing variable in the current context, reports variable value. | ||
<kua>bob fred</kua> | <kua>bob fred</kua> | ||
== Arguments == | |||
* name - name for variable to set | |||
* value (optional) - the value to set. If no value, then prints value if exists. | |||
== Associations == | == Associations == | ||
* Is the default command for the 'global' context. | * Is the default command for the 'global' context. | ||
* Does not have its own command name in 'global'. | * Does not have its own command name in 'global'. | ||
== Details == | == Details == | ||