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