allocate:memory — ordinary primitive
FORTH
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. <br> a code of zero means success.
dpANS 14.6.1.0707 - standard forth word