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


SSCROLL Search:

In Built-in Variables in TurboForth Kernal

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

Pushes the address of the screen scrolling variable.

Example:

none

Comment:

Determines if screen scrolling shall be used. Defaults to TRUE.

When set to FALSE screen scrolling shall be disabled, and screen output shall resume at the top of the screen when the last screen line has been reached.

See Also: None listed

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