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


BRANCH Search:

In Flow Control Words in TurboForth Kernal

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

Branches unconditionally to the address in the following cell.

Example:

none

Comment:

Generally used in compiling words to compile branches.

See Also: 0BRANCH 

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