Name
literal-comma:double_misc — ordinary primitive
Synopsis
FORTH
LITERAL,
( value -- )(
)
;
p4:"literal-comma";
Description
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)