Oxygen

del
ACTION: Call a dynamic object's destructor method and disallocate its memory block.
USE: to delete dynamic objects
EXAMPLE:
del cuboid

REMARKS: 'del' may also be used to delete the content of individual strings and bstrings.
Strings are set to null; the contents are released and removed from the garbage collector's lists.

RELATED: classes new