Action
Suspends program execution for a given time.
Syntax
WAIT seconds
Remarks
seconds The number
of seconds to wait.
The delay time is based on the used X-tal (frequency).
When you use interrupts the delay can be extended.
See also
DELAY WAITMS
Example
WAIT 3 'wait for three
seconds
Print "*"
|