Flow-control structures: Difference between revisions

Content added Content deleted
(→‎{{header|J}}: Use lang tags)
m (skipped the extra passage thru old Loop Structures: point directly to Iteration cat)
Line 1: Line 1:
[[Category:Less Than 20 Examples]]{{Task|Control Structures}}
[[Category:Less Than 20 Examples]]{{Task|Control Structures}}
{{Control Structures}}
{{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 [[Loop Structures]] have their own articles.
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.


=={{header|Ada}}==
=={{header|Ada}}==