<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Flow Control Words in TurboForth Kernal
Compiled into a definition by NEXT. Cause the loop index to be evaluated against zero, and the loop to be repeated if the index is not 0.
none
Note: Not present in V1.2. V1.2 uses (DO) and (+LOOP) to produce a loop.