17 lines
426 B
Text
17 lines
426 B
Text
|
|
{{Control Structures}}
|
||
|
|
|
||
|
|
;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>
|
||
|
|
|