2,120
edits
No edit summary |
|||
Line 12: | Line 12: | ||
== Details == | == Details == | ||
Can be used to set or report a value for an existing variable. Will fail if variable does not already exist. | Can be used to set or report a value for an existing variable. Will fail if variable does not already exist. | ||
This command behaves like a combination of 'var' and 'set', but will never create a variable: | |||
* varedit - never creates, sets anytime value exists | |||
* var - creates and sets only if not exist | |||
* set - creates and sets any time | |||
== Examples == | == Examples == |