* 2LITERAL, ( x1,x2 -- ) take the double-value from stack (or cs-stack) and compile a runtime-code and the value as for 2LITERAL ... this word is never state-smart, it is not immediate, and has therefore no complications with POSTPONE (compare also with COMPILE, to make a call-stub with an exectoken)
2LITERAL,
( x1,x2 -- )
2LITERAL
POSTPONE
COMPILE,
FORTH/FORTH double_misc ordinary primitive