unassign
unassign names
Calling Sequence
Parameters
Description
Examples
unassign(name1, name2, ...)
name1, name2, ...
-
names
This procedure unassigns all the unevaluated names given as input. The value returned by unassign is NULL.
If any namei is of type indexed, then op(0,namei) must be either a table or a table-based array.
The names passed to unassign must be unevaluated, use single quotes to enclose the names.
See Also
assign
Download Help Document