<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Built-in Variables in TurboForth Kernal
Pushes the address of the current read position variable in the TIB.
none
As the Terminal Input Buffer is read with WORD, the value in >IN advances to point to the beginning of the next part of the TIB to be read.
WORD
>IN
Calls to EXPECT shall reset >IN to 0.
EXPECT
When >IN is equal to the value in #TIB then all input has been exausted and WORD shall return 0 0.
#TIB