VARIABLE VAR VLIST
VARIABLE name ( -- )  
ansi .6.1.2410 <CORE>
CREATE a new variable, so that everytime the variable is name, the address is returned for using with @ and ! - be aware that in FIG-forth VARIABLE did take an argument being the initial value. ANSI-forth does different here.

reference: p4_variable in ../src/core.c:1858, export CO VARIABLE