Next: Scalars, Previous: Data Classes, Up: Data Classes [Contents][Index]
There is a data class undefined
, to which variables belong that
currently have no value assigned to them. Any variable can be made
undefined by using routine delete
. For example,
DELETE,x
makes variable x
undefined. See delete.