Delay()
Syntax
Delay(Time)Description
Waits for the specified time. Time is in milliseconds. The program is completely halted until the specified time is elapsed.
Delay is especially useful in event loops with WindowEvent() or ExamineKeyboard(), so they don't "eat" the whole CPU power.
Supported OS
All