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


STATE Search:

In Built-in Variables in TurboForth Kernal

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

Pushes the address of the STATE variable.

Example:

none

Comment:

When STATE=0, the compiler/interpreter is interpreting, otherwise it is compiling.

See Also: INTERPRET 

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