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


#TIB Search:

In Built-in Variables in TurboForth Kernal

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

Pushes the address of the #TIB variable. Contains the size of the terminal input buffer (TIB).

Example:

none

Comment:

Default size is 80 bytes.

See Also: EXPECT  SPAN  TIB 

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