49
edits
(Created page with "{{dev/uiccmd}} Reports variable value, or sets an existing variable in the current context. Is the default command for the 'global' context. Does not have an addressable command name in console or script. <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. == Details == Can be used to set or report a value for an existing variable. Will fail if variable does not already e...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{dev/uiccmd}} | {{dev/uiccmd}} | ||
Reports variable value, or sets an existing variable in the current context. | Reports variable value, or sets an existing variable in the current context. | ||
<kua>bob fred</kua> | <kua>bob fred</kua> | ||
== Associations == | |||
* Is the default command for the 'global' context. | |||
* Does not have its own command name in 'global' for console or script. | |||
== Arguments == | == Arguments == | ||