Removes a symbol that was previously defined using the $DEFINE statement.
$UNDEFINE symbol
symbol The name of the symbol to be undefined.
$UNDEFINE removes any value that was assigned to the symbol.
An undefined symbol cannot be used as a variable.
Symbols defined with the EQUATE statement cannot be undefined.