This command will pause the program for the specified Duration.
SLEEP Delay
Delay
Integer This value is an integer number such as 1.
This command does not return a value.
The Duration is specified in milliseconds, where 1000 units represent 1 second.
FOR T=1 TO 10 PRINT "sleep for one second" SLEEP 1000 NEXT T WAIT KEY
CORE Commands Menu Index