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


BREAK? Search:

In Console I/O Words in TurboForth Kernal

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

Scans keyboard for break (FCTN & 4).

Example:

none

Comment:

If detected, executes QUIT to return to the interpreter. Any open disk files (not including blocks files) will remain open.

See Also: KEY  KEY? 

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