2LITERAL
* 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)

double compiling primitive