释义 |
control flow
control flow (programming)(Or "flow of control") The sequence of executionof instructions in a program. This is determined at run timeby the input data and by the control structures (e.g. "if"statements) used in the program.
Not to be confused with "flow control".EncyclopediaSeec & f |