* ALLOT ( count -- ) make room in the dictionary - usually called after a CREATE word like VARIABLE or VALUE to make for an array of variables. Does not initialize the space allocated from the dictionary-heap. The count is in bytes - use CELLS ALLOT to allocate a field of cells.
ALLOT
( count -- )
CREATE
VARIABLE
VALUE
CELLS
FORTH/ANS core (dpANS.6.1.0710) ordinary primitive