* VALUE ( value 'name' -- ) CREATE a word and initialize it with value. Using it later will push the value back onto the stack. Compare with VARIABLE and CONSTANT - look also for LOCALS| and VAR
VALUE
( value 'name' -- )
CREATE
VARIABLE
CONSTANT
LOCALS|
VAR
FORTH/ANS core (dpANS.6.2.2405) defining primitive