15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
{{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>
|