4 lines
148 B
Text
4 lines
148 B
Text
100 print chr$(19) :rem change to lowercase set
|
|
110 print chr$(14) :rem go to position 1,1
|
|
120 print:print:print:print
|
|
130 print tab(2) "Hello"
|