Flow-control structures: Difference between revisions

m
added a ;Task: (bold) header, added other whitespace and highlighting to the task's preamble.
m (added a ;Task: (bold) header, added other whitespace and highlighting to the task's preamble.)
Line 1:
{{Task|Control Structures}}
{{Control Structures}}
In this task, we document common flow-control structures.
 
;Task:
One common example of a flow-control structure is the <tt>goto</tt> construct.
In this task, we documentDocument common flow-control structures.
 
One common example of a flow-control structure is the &nbsp; <ttbig><code> goto </code></ttbig> &nbsp; construct.
 
Note that [[Conditional Structures]] and [[Iteration|Loop Structures]]