Name

two-literal:double — compiling primitive

Synopsis

FORTH
2LITERAL ( x1 x2 -- )immediate(); 
 ;

Description

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)

dpANS 8.6.1.0390 - standard forth word