Jump to content

foreach loop

From Wiktionary, the free dictionary

English

[edit]

Noun

[edit]

foreach loop (plural foreach loops)

  1. (programming) A section of code similar to a for loop, but repeating a series of instructions for every item in a collection.