


TinTin #unvariable command
This command will remove a variable definition. The single parameter is the
name of the variable to remove. You may specify a pattern to remove all
variables matching that pattern.
Example
The following command removes a variable named ‘target’:
#unvariable {target}
The following command removes all variables starting with the string ‘temp’:
#unvariable {temp*}
Also see
TinTin wildcards
#killall
#variable