3 lines
107 B
Text
3 lines
107 B
Text
PRINT TAB(2,5) "Here"
|
|
char$ = GET$(2,5)
|
|
PRINT ''"Character at column 3 row 6 was " char$
|