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


WRAP Search:

In Built-in Variables in TurboForth Kernal

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

Pushes the address of the WRAP variable.

Example:

: TEST
  10 10 10 10 PANEL \ define a panel
  TRUE WRAP ! \ select panel wrapping
  100 0 DO 2 SCROLL LOOP ( scroll screen to the right) ;

Comment:

Used with SCROLL and PANEL. If TRUE, SCROLL will do a wrapping scroll.

See Also: PANEL  SCROLL 

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