for loop
A section of code in which an instruction or group of instructions is executed a specific number of times depending on the value of a loop counter.
Noun
- A section of code in which an instruction or group of instructions is executed a specific number of times depending on the value of a loop counter.
Origin
From the keyword FOR, used in many programming languages for this purpose.