* LITERAL, ( value -- ) take the value from stack (or cs-stack) and compile a runtime-code and the value as for LITERAL ... 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)
LITERAL,
( value -- )
LITERAL
POSTPONE
COMPILE,
FORTH/FORTH double_misc ordinary primitive