|
<append>
<dec>
<define>
<inc>
<insert>
<scope>
<set>
<undefine>
<unset>
<use>
|
<set/>
Sets a variable.
Attributes
- variable
variable=string
-
The name of the variable.
<set variable='var.foo' value='bar'/>
|
|
- value
value=string
-
The value the variable should have.
- expr
expr=string
-
An expression whose evaluated value the variable should have.
- from
from=string
-
The name of another variable that the value should be copied from.
- other
other=string
-
The name of a id->misc->variables that the value should be copied from.
If none of the above attributes are specified, the variable is unset.
If debug is currently on, more specific debug information is provided
if the operation failed. See also:
and |
|