Next: , Previous: , Up: Data Classes   [Contents][Index]


6.2.1 Undefined Variables

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.