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