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


(FOR) Search:

In Flow Control Words in TurboForth Kernal

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

Internal assembly-code representation of FOR. Compiled by FOR.

Example:

none

Comment:

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

See Also: FOR 

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