var
The var subcommand, can be used in place of an argument in a normal command.



"var(local variable)"


Argument Function
local variable The local variable from which the value is being taken.



The var command grabs the value saved in that local variable specified. This variable must been initalized previously with the initvar THEN/ELSE command.