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.
a≔1:
a
1
The names passed to unassign must be unevaluated, use single quotes to enclose the names.
unassign⁡a
T≔table⁡1,1=1,2,2=2
unassign⁡T1,1
T1,1
entries⁡T,pairs
2,2=2
See Also
assign
Download Help Document