Terminal control/Cursor positioning: Difference between revisions

BBC BASIC
m (Mark as in Terminal control category)
(BBC BASIC)
Line 17:
20 REM So we subtract one from the coordinates
30 PRINT AT 5,2 "Hello"</lang>
 
=={{header|BBC BASIC}}==
<lang bbc>PRINT TAB(3,6);"Hello"</lang>
 
=={{header|C}}==
Anonymous user