WAIT [ Delay ]
Calls the event loop. If Delay is specified, does not return until Delay seconds elapse.
Delay is a floating point number. So, if you want to wait 100 ms, just do:
WAIT 0.1
During the wait, no keyboard or mouse events are processed. Only drawing, timer and file
descriptors events, like Process_Write
.