Control Flow

1 revision
#11 week ago
+5
Migrated from pages table
+Control flow is the order in which individual [instructions](/wiki/Instruction) are executed within a computer program. It dictates the program's path, allowing for dynamic decisions and repetitions through constructs like [conditional statements](/wiki/Conditional_statement).
+## See also
+- [Loop](/wiki/Loop)
+- [Function](/wiki/Function)
+- [Algorithm](/wiki/Algorithm)