Terminal control/Cursor positioning: Difference between revisions

Content added Content deleted
(Dialects of BASIC moved to the BASIC section.)
(→‎{{header|Commodore BASIC}}: Added solution for Commodore BASIC 3.5.)
Line 200: Line 200:


==={{header|Commodore BASIC}}===
==={{header|Commodore BASIC}}===
{{works with|Commodore BASIC|3.5}}
<syntaxhighlight lang="basic">
10 CHAR ,2,5,"HELLO"
</syntaxhighlight>

{{works with|Commodore BASIC|2.0}}
<syntaxhighlight lang="basic"> 100 print chr$(19) :rem change to lowercase set
<syntaxhighlight 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