Flow-control structures: Difference between revisions

Content added Content deleted
(Added description of the page, and the Language Features template.)
m (added note that conditional and loop structures have separate articles)
Line 1: Line 1:
{{Language Feature}}
{{Language Feature}}


In this task, we document common flow-control structures. One common example of a flow-control structure is the <code>goto</code> construct.
In this task, we document common flow-control structures. One common example of a flow-control structure is the <code>goto</code> construct. Note that [[Conditional Structures]] and [[Loop Structures]] have their own articles.


==[[C plus plus|C++]]==
==[[C plus plus|C++]]==