4 lines
80 B
Text
4 lines
80 B
Text
|
|
' Cursor positioning, requires ANSI compliant terminal
|
||
|
|
GOTOXY 3,6
|
||
|
|
PRINT "Hello"
|