[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.29 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" |