event loop
The event loop is an internal function of the
جامباس interpreter than wait for system events, and dispatch them as they arrive.
These system events can come from the user interface, from a child process, from a timer...
They are usually followed by a normal
جامباس event.