Gc

From Mesham
Revision as of 18:32, 13 January 2013 by Polas (talk | contribs)
Jump to navigationJump to search

Overview

The gc() function will collect any garbage memory. Memory allocated via the Heap type is subject to garbage collection, which will occur automatically during program execution but can be invoked manually via this function call.

  • Pass: Nothing
  • Returns: Nothing

Since: Version 1.0