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

  1. 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.

Forms

for loops

Related

do loop foreach loop while loop