
In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement. The keyword used to declare a for loop is based on the heritage of the language and the prior programming languages it borrowed from, so programming languages that are descendants of or...
Found on
http://en.wikipedia.org/wiki/For_loop

A loop with a predetermined beginning, end, and increment
Found on
https://code.org/curriculum/docs/k-5/glossary
No exact match found.