4 lines
81 B
Text
4 lines
81 B
Text
SET CURSOR "off"
|
|
PAUSE 2 !Pause 2 seconds
|
|
SET CURSOR "on"
|
|
END
|