RosettaCodeData/Task/Terminal-control-Hiding-the-cursor/BASIC/terminal-control-hiding-the-cursor-1.basic
2014-01-17 05:34:36 +00:00

6 lines
92 B
Text

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