Name

buffer-var:misc — ordinary primitive

Synopsis

FORTH
BUFFER: ( size 'name' -- )(); 
 ;

Description

this creates a name with the VARIABLE runtime and ALLOTs memory

 : BUFFER: BL WORD $HEADER DOVAR A, ALLOT ;