<unset/>
Provided by module:
Tags: RXML tags
Unsets a variable, i.e. removes it.
Attributes
variable
="string"
The name of the variable.
<set variable='var.jump' value='do it'/> &var.jump; <unset variable='var.jump'/> &var.jump;
do it