6.1.1780
LITERAL
 
CORE
Interpretation:
Interpretation semantics for this word are undefined.

Compilation:
( x -- )

Append the run-time semantics given below to the current definition.

Run-time:
( -- x )

Place x on the stack.

Rationale:
Typical use: : X ... [ x ] LITERAL ... ;
Testing:
T{ : GT3 GT2 LITERAL ; -> }T
T{ GT3 -> ' GT1 }T