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


SCROLL Search:

In Graphics Words in TurboForth Kernal

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

Scrolls screen as defined by PANEL in direction direction.

Example:

See PANEL for example code.

Comment:

Valid values for direction are:

Value Direction
0 Left
2 Right
4 Up
6 Down

 

See Also: WRAP  PANEL 

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