Owner`s manual

58
WAIT (wait)
Interrupts the program execution for a definite time.
Format:
WAIT <numerical
data>
Abbreviated form:
W.
Explanation:
Interrupts the program execution for the time period specified by (numerical data).
The unit
is
111000
second.
Example:
1 0 WAI T
100
..... Interrupts the program execution for 0.1 (100/1000) second.