Name

sh-if:cdecl — immediate primitive

Synopsis

FORTH

#IF ( -- )();
p4:"sh-if";

Description

        ( -- state-save mfth-if-magic )

prepares for a following #IS_TRUE or #IS_FALSE, does basically switch off compile-mode for the enclosed code. <br> better use the ANSI style [IF] [ELSE] [THEN] construct.