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


WARN Search:

In Built-in Variables in TurboForth Kernal

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

Pushes the address of the WARN variable.

Example:

none

Comment:

Word re-definition warnings are suppressed when WARN=0

Currently, only colon-definitions issue a warning upon re-definition (when WARN>0). Any other type of defining word is not checked.

See Also: None listed

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