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


(NEXT) Search:

In Flow Control Words in TurboForth Kernal

Word Name: (NEXT)
Type: Standard word
Data Stack Signature: --
Return Stack Signature: -- ret_addr max index | --
Availability: V1.0  V1.1  
Description:

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.

Example:

none

Comment:

Note: Not present in V1.2. V1.2 uses (DO) and (+LOOP) to produce a loop.

See Also: (FOR)  NEXT 

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