For-loop Definition
noun
(computing) 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.
An example of a for loop in BASIC: FOR X=1 TO 10: PRINT 1/X: NEXT.
Wiktionary
Other Word Forms of For-loop
Noun
Singular:
for-loop
Plural:
for-loopsOrigin of For-loop
-
From the keyword FOR used in many programming languages for this purpose.
From Wiktionary
Find Similar Words
Find similar words to for-loop using the buttons below.