GarbageCollect (Object subroutine)

From m204wiki
Jump to navigation Jump to search

Clean up unreachable objects (Object class)


Syntax

%(Object):GarbageCollect

Syntax terms

%(Object) The class name in parentheses denotes a shared method. GarbageCollect can also be invoked via an Object class object variable, which may be Null.

Usage notes

For more information about garbage collection, see Managing object storage.

See also