Name

sh-is-true:cdecl — immediate primitive

Synopsis

FORTH

#IS_TRUE ( flag -- )();
p4:"sh-is-true";

Description

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

checks the condition on the CS-STACK. <br> Pairs with #IF <br> better use the ANSI style [IF] [ELSE] [THEN] construct.