* 2LITERAL ( x1 x2 -- ) immediate compile a double-cell number to the current definition. When run, the doubele-cell is left on the stack for execution. ( -- x1 x2 ) (in most configurations this word is statesmart and it will do nothing in interpret-mode. See 2LITERAL, for a non-immediate variant)
2LITERAL
( x1 x2 -- )
immediate
( -- x1 x2 )
2LITERAL,
FORTH/ANS double (dpANS8.6.1.0390) compiling primitive