VALUE USING-NEW VAR
VALUE name ( value -- )  
ansi .6.2.2405 <CORE>
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

reference: p4_value in ../src/core.c:2501, export CO VALUE