HeapNew


Creates numbered slots in memory which are collectively called the "heap." Syntax:

HeapNew(num_slots);

num_slots: This is the total number of variable slots to create. The first slot will be slot 0 and the last will be num_slots - 1.