BUFFER:
* BUFFER: ( size 'name' -- )

this creates a name with the VARIABLE runtime and ALLOTs memory
 : BUFFER: BL WORD $HEADER DOVAR A, ALLOT ;

misc ordinary primitive