Terminal control/Cursor positioning: Difference between revisions

no edit summary
No edit summary
Line 43:
<lang Applesoft BASIC> 10 VTAB 6: HTAB 3
20 PRINT "HELLO"</lang>
 
==={{header|IS-BASIC}}===
<lang IS-BASIC>100 PRINT AT 6,3:"Hello"</lang>
 
=== {{header|Locomotive Basic}} ===
Anonymous user