6 lines
92 B
Text
6 lines
92 B
Text
'hide the cursor:
|
|
LOCATE , , 0
|
|
'wait for a keypress...
|
|
SLEEP
|
|
'show the cursor:
|
|
LOCATE , , 1
|