Definitions for "For Loop" Add To Word List
Login or Register  | Word Lists | Search History

a loop that goes for as long as you want it
Helpful?           0
an operation that requires that the iterator increases at specific steps within specific boundaries
Helpful?           0
a special case of a while loop , which is commonly used for doing something a certain number of times
Helpful?           0
a specialized form of counter-controlled while loop
Helpful?           0
In most imperative computer programming languages, a for loop is a control flow statement which allows code to be executed iteratively.
Helpful?           0