<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


UNTIL Search:

In Flow Control Words in TurboForth Kernal

Word Name: UNTIL
Type: Immediate compiling word
Data Stack Signature: flag --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Jumps back to associated BEGIN if flag evaluates to FALSE. I.e the loop exits if flag is TRUE.

Example:

See BEGIN.

Comment:

none

See Also: BEGIN 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>