CLCHP

Syntax

CLCHP

Location

Toolkit II, THOR XVI, Btool

A BASIC program can reserve space in the common heap with ALCHP. The command CLCHP removes all space which has been grabbed using ALCHP and returns it to the common heap so that it can be used for other purposes.

CROSS-REFERENCE

ALCHP reserves areas of the common heap, and RECHP releases a specified part of the common heap.

Compare RESERVE and the Btool variant of ALCHP.

NEW and LOAD also release areas of the common heap.