* ALLOCATE ( size -- ptr|0 code ) allocate a chunk of memory from the system heap. use FREE to release the memory area back to the system. a code of zero means success.
ALLOCATE
( size -- ptr|0 code )
FREE
FORTH/ANS memory (dpANS14.6.1.0707) ordinary primitive