Bear
Created page with "{{dev/uiccmd}} Creates and sets a variable in the current context. <kua>set 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 values for variables. Will create a new variable is not exists. == Examples == === Default values === * 'set' called with 'bob' without a value. Variable 'bob' doesn't exist. <kua> > set bob Unknown: bob </kua> * Crea..."