Name

bracket-if:tools — immediate primitive

Synopsis

FORTH

[IF] ( flag -- )();
p4:"bracket-if";

Description

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
 

dpANS 15.6.2.2532 - standard forth word