* [IF] ( flag -- ) check the condition in the CS-STACK. If true let the following text flow into INTERPRET , otherwise eat up everything upto and including the next [ELSE] or [THEN] . In case of skipping, count nested [IF] ... [THEN] constructs. this word provides a simple pre-compiler mechanism
[IF]
( flag -- )
INTERPRET
[ELSE]
[THEN]
this word provides a simple pre-compiler mechanism
FORTH/ANS tools (dpANS15.6.2.2532) immediate primitive