Category:Branches: Difference between revisions

From Rosetta Code
Content added Content deleted
(wiki syntax fixes)
m (wiki syntax fixes)
Line 1: Line 1:
*Branches* are control structures that allow a particular section of code to be conditionally executed depending upon the outcome of a selection or the evaluation of a boolean expression. Task in this category demonstrate the constuction of or the utilization of branch mechanisms.
'''Branches''' are control structures that allow a particular section of code to be conditionally executed depending upon the outcome of a selection or the evaluation of a boolean expression. Task in this category demonstrate the constuction of or the utilization of branch mechanisms.


[[Category:Control Structures]]
[[Category:Control Structures]]

Revision as of 20:55, 30 May 2011

Branches are control structures that allow a particular section of code to be conditionally executed depending upon the outcome of a selection or the evaluation of a boolean expression. Task in this category demonstrate the constuction of or the utilization of branch mechanisms.

Pages in category "Branches"

The following 2 pages are in this category, out of 2 total.