Category:Branches: Difference between revisions

From Rosetta Code
Content added Content deleted
 
m (Task -> Tasks)
 
(2 intermediate revisions by one other user not shown)
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 [select]ion 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. Tasks in this category demonstrate the constuction of or the utilization of branch mechanisms.


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

Latest revision as of 02:35, 19 January 2021

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. Tasks 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.