<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Console I/O Words in TurboForth Kernal
Scans keyboard and tests for break (FCTN & 4). Returns TRUE if detected, else returns FALSE.
TRUE
FALSE
none
TERMINAL? has been removed from version 1.2 to make space in the EPROM for other functionality. It can be defined thus:
: TERMINAL ( -- flag ) KEY? 2 = ;