49
edits
| Line 13: | Line 13: | ||
* In context by default | * In context by default | ||
* Default command is 'varedit' if in context | * Default command is 'varedit' if in context | ||
: [[MACRO | : [[MACRO varedit|varedit]] - (none), / - Prints or sets variable, if variable exists and name is not another command. | ||
: [[MACRO var|var]] - var, /var - Creates a variable. If already exists, then does not change value. | : [[MACRO var|var]] - var, /var - Creates a variable. If already exists, then does not change value. | ||
: [[MACRO | : [[MACRO set|set]] - set, /set - Set an existing var. Updates a value on an existing variable if exists. | ||
: [[MACRO | : [[MACRO alias|alias]] - alias, /alias - New named script. Will change existing alias if already created. | ||
: [[MACRO | : [[MACRO bind|bind]] - bind, /bind - Key to script. Map a key to a script block. | ||