RosettaCodeData/Task/Flow-control-structures/00-TASK.txt

18 lines
452 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{{Control Structures}}
2024-04-19 16:56:29 -07:00
[[Category:Flow control]]
2023-07-01 11:58:00 -04: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>