foreach loop

From Wiktionary, the free dictionary
Jump to navigation Jump to search

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.