Terminal control/Cursor positioning: Difference between revisions

Content added Content deleted
No edit summary
Line 57: Line 57:


=== {{header|Commodore BASIC}} ===
=== {{header|Commodore BASIC}} ===
<lang BASIC> 100 print chr$(19) :rem change to lowercase set
<lang basic> 100 print chr$(19) :rem change to lowercase set
110 print chr$(14) :rem go to position 1,1
110 print chr$(14) :rem go to position 1,1
120 print:print:print:print
120 print:print:print:print