Control Structures: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added to the encyclopedia.)
m (Replaced encyclopedic tag)
Line 1: Line 1:
{{encyclopedic}}Control structures are features of programming languages that influence the code flow. Two common examples are loops and conditions.
[[Category:Encyclopedia]]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.
Due to volume and relative ease of segregation, the code examples on this page were moved to the following articles.

Revision as of 04:13, 22 January 2008

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.