Name

create-var:misc — ordinary primitive

Synopsis

FORTH

CREATE: ( 'name' -- )();
p4:"create-var";

Description

this creates a name with the VARIABLE runtime. Note that this is the FIG-implemenation of CREATE whereas in ANS-Forth mode we have a CREATE identical to FIG-style <BUILDS

 : CREATE: BL WORD $HEADER DOVAR A, ;