ALLOT
* 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.

core ordinary primitive