for loop

Hello, you have come here looking for the meaning of the word for loop. In DICTIOUS you will not only get to know all the dictionary meanings for the word for loop, but we will also tell you about its etymology, its characteristics and you will know how to say for loop in singular and plural. Everything you need to know about the word for loop you have here. The definition of the word for loop will help you to be more precise and correct when speaking or writing your texts. Knowing the definition offor loop, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Etymology

From the keyword FOR, used in many programming languages for this purpose.

Noun

Examples (BASIC)

FOR X=1 TO 10: PRINT 1/X: NEXT X

for loop (plural for loops)

  1. (programming) 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.

Translations

See also

Further reading