Delay()
Syntax
Delay(Time)Description
Halts the program excecution by the amount of time (in milliseconds) specified by the Time argument.
Delay is especially useful in event loops with WindowEvent() or ExamineKeyboard(), so these functions do not "eat" the entire CPU power.
Supported OS
All