for loop

English

Etymology

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

Noun

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
    An example of a for loop in BASIC: FOR X=1 TO 10: PRINT 1/X: NEXT X.

Translations

See also

This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.