Terminal control/Hiding the cursor: Difference between revisions

Content added Content deleted
m (letter case change)
Line 4:
 
=={{header|Locomotive Basic}}==
<lang basiclocobasic>10 CURSOR 0: REM hide cursor
20 FOR l = 1 TO 2000: REM delay
30 NEXT l