Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
control flow
Jump to user comments
programming (Or "flow of control") The sequence of execution
of instructions in a program. This is determined at run time
by the input data and by the control structures (e.g. "if"
statements) used in the program.