Control Structures: Difference between revisions

From Rosetta Code
Content added Content deleted
(Page repurposed: no longer a task, but a link to other pages.)
(Case sensitivity mistake, wrt Orphaned code link.)
Line 7: Line 7:
* [[Loop Structures]]
* [[Loop Structures]]
* [[Exceptions]]
* [[Exceptions]]
* [[Help:Orphaned Code]]
* [[Help:Orphaned code]]

Revision as of 19:01, 26 January 2007

Control structures are features of programming languages that influence the code flow. Two common examples are loops and conditions.

Due to volume and relative ease of segregation, the code examples on this page were moved to the following articles.