Category:Iteration: Difference between revisions

Content deleted Content added
m Fixed link to category page
Add page to "Flow control" category.
 
Line 4:
This category is about iterative loops. Iterative loop repeatedly execute a set of instructions as the iterator steps through a series of values. Types of iterative loops include [[Loops/For|forloop]]s and [[Loops/Foreach|foreach]] loops. Tasks in this category show how iterative loops can be used to accomplish repetitive tasks.
 
[[Category:Flow control]]
[[Category:Loops]]
[[Category:Control Structures]]