<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Flow Control Words in TurboForth Kernal
Branches to the address specified in the following cell if flag is FALSE, otherwise takes no action.
none
0BRANCH is compiled into colon definitions by words such as IF, ELSE, WHILE, UNTIL, OF etc. It is very seldomly used in regular Forth colon definitions, though it is often used when defining compiling words (words that compile code into other code).
IF
ELSE
WHILE
UNTIL
OF