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