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


>IN Search:

In Built-in Variables in TurboForth Kernal

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

Pushes the address of the current read position variable in the TIB.

Example:

none

Comment:

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.

Calls to EXPECT shall reset >IN to 0.

When >IN is equal to the value in #TIB then all input has been exausted and WORD shall return 0 0.

See Also: EXPECT  WORD  #TIB 

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