Suspends program execution for a given time.
WAIT seconds
seconds
|
The number of seconds to wait.
|
No accurate timing is possible with this command.
When you use interrupts, the delay may be extended.
DELAY , WAITMS
WAIT 3 ' wait for three seconds
Print "*"