next up previous contents index
Next: Unset Up: Commands Previous: Test   Contents   Index


Undefine

Clear one or more previously defined user variables. This is useful in order to reset the state of a script containing an initialization test.

Example:


     undefine foo foo1 foo2
     if (!exists("foo")) load "initialize.gp"



2011-11-04