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


GOTOXY Search:

In Console I/O Words in TurboForth Kernal

Word Name: GOTOXY
Type: Standard word
Data Stack Signature: x y --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Sets screen cursor location to column x and row y.

Example:

none

Comment:

The next character to be EMITted shall be located at row x and column y.

See Also: EMIT  XY? 

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