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


EXIT Search:

In Miscellaneous in TurboForth Kernal

Word Name: EXIT
Type: Standard word
Data Stack Signature: --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Exits a word immediately, returning control to the calling word.

Example:

none

Comment:

Do not use inside a loop without first removing the loop control parameters from the return stack (use LEAVE instead).

See Also: QUIT  LEAVE  ABORT  ABORT" 

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