RosettaCodeData/Task/Terminal-control-Hiding-the-cursor/BASIC/terminal-control-hiding-the-cursor.basic
2023-07-01 13:44:08 -04:00

6 lines
92 B
Text

'hide the cursor:
LOCATE , , 0
'wait for a keypress...
SLEEP
'show the cursor:
LOCATE , , 1