Flow-control structures: Difference between revisions

m
added whitespace before the TOC (table of contents).
m (added whitespace before the TOC (table of contents).)
Line 2:
{{Control Structures}}
In this task, we document common flow-control structures.
 
One common example of a flow-control structure is the <tt>goto</tt> construct.
 
Note that [[Conditional Structures]] and [[Iteration|Loop Structures]]
have their own articles/categories.
<br><br>
 
=={{header|6502 Assembly}}==