Name
two-literal-comma:double_misc — ordinary primitive
Synopsis
FORTH
2LITERAL,
( x1,x2 -- )( | ) ; | |
Description
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)