JargonFile/entries/main loop.txt

4 lines
176 B
Plaintext
Raw Normal View History

2014-04-26 10:52:28 -04:00
main loop
n. The top-level control flow construct in an input- or event-driven program, the one which receives and acts or dispatches on the program's input. See also driver.