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 <big><code> goto </code></big> construct.
|
|
|
|
|
|
|
|
|
|
Note that [[Conditional Structures]] and [[Iteration|Loop Structures]] have their own articles/categories.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;Related tasks:
|
|
|
|
|
* [[Conditional Structures]]
|
|
|
|
|
* [[Iteration|Loop Structures]]
|
|
|
|
|
<br><br>
|
|
|
|
|
|