⚠️ 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.

Control structures are constructs used to control the logic of a program based on a given condition. Control structures typically use branch instructions or loop statements. Code is typically arranged into blocks within the control structure.

[[Category:Basic language learning]]