Wait
Index Prev Next
Wait [(n)] [SEC | SECS | MIN | MINS] [ UNTIL (time) ]
TIME/N,SEC=SECS/S,MIN=MINS/S,UNTIL/K
Wait a certain amount of time or until a specified time. Using
Wait without any arguments waits for one second.
TIME -- the number of time units to wait (default is seconds)
SEC=SECS -- set the time unit to seconds
MIN=MINS -- set the time unit to minutes
UNTIL -- wait until the specified time is reached. The time
is given in the format HH:MM.
|