Difference between revisions of "Gc"

From Mesham
Jump to navigationJump to search
m
m (2 revisions imported)
 
(No difference)

Latest revision as of 15:44, 15 April 2019

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