WAIT pauzes the program for a number of seconds
Categoryname
WAIT value
value - Numeric value, the number of seconds the program must WAIT
This method has no refinements
WAIT pauzes the program for a number of seconds. Waiting in seconds like Rebol. Not milliseconds or any other amount because of platform dependencies.
WAIT 2
N.A.