Category:Control Structures: Difference between revisions

updates from markhobley.yi.org
(Added to Solutions by Programming Task category)
(updates from markhobley.yi.org)
 
(One intermediate revision by one other user not shown)
Line 1:
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.
Control structures are elements which lend a degree of control of program state to a programmer.
 
[[Category:Solutions by Programming Task]]
[[Category:Basic language learning]]