UnAssign

Name

UnAssign -- Undefines a variable

Synopsis

UnAssign[name->TEXT] =: BOOLEAN

Description

UnAssign undefines the variable with name name. Returns True if the variable was defined, and False if the variable was not defined, at the time of the call.

Short form

x :=

See also

Assign, Clear.