SLEEP
MILLISECONDS
This function will cause the program to stop for the number of milliseconds entered.
Example
PRINT "Wait..."
SLEEP 1000
PRINT "OK ready!"
Wait...OK ready!
Put down that phone!
Please view me on real computer.
SLEEP
MILLISECONDS
This function will cause the program to stop for the number of milliseconds entered.
PRINT "Wait..."
SLEEP 1000
PRINT "OK ready!"