⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

'''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]]