Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.131 delete

delete, symbol1 [, symbol2 …, /pointer]

Deletes symbol1 and so on by making them undefined. The /pointer keyword indicates that pointers should themselves be deleted, rather than their targets.

See also: defined, switch