RosettaCodeData/Task/Flow-control-structures/00DESCRIPTION

15 lines
421 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
{{Control Structures}}
2016-12-05 22:15:40 +01:00
;Task:
Document common flow-control structures.
One common example of a flow-control structure is the &nbsp; <big><code> goto </code></big> &nbsp; construct.
Note that &nbsp; [[Conditional Structures]] &nbsp; and &nbsp; [[Iteration|Loop Structures]] &nbsp; have their own articles/categories.
;Related tasks:
* &nbsp; [[Conditional Structures]]
* &nbsp; [[Iteration|Loop Structures]]
<br><br>