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

15 lines
421 B
Plaintext

{{Control Structures}}
;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>