This command will pause the program for the specified Duration.
WAIT Delay
Delay
Integer This value is an integer number such as 1.
This command does not return a value.
The Duration is specified in milliseconds, where 1000 units represent 1 second.
PRINT "wait for 5 seconds " WAIT 5000 END
CORE Commands Menu Index