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


RECURSE Search:

In Compilation Words in TurboForth Kernal

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

Causes a recursive jump to the beginning of the word being defined.

Example:

none

Comment:

Since new words (in the process of being created) are hidden, they can not be referenced with their own name. Thus RECURSE creates a recursive call to the word currently under compilation.

See Also: None listed

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