* BUFFER: ( size 'name' -- ) this creates a name with the VARIABLE runtime and ALLOTs memory : BUFFER: BL WORD $HEADER DOVAR A, ALLOT ;
BUFFER:
( size 'name' -- )
VARIABLE
ALLOT
: BUFFER: BL WORD $HEADER DOVAR A, ALLOT ;
FORTH/BASE misc ordinary primitive