do loop

From Wiktionary, the free dictionary
Archived revision by Equinox (talk | contribs) as of 17:47, 3 September 2017.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

English

[edit]

Etymology

[edit]

From the keyword do used in some programming languages for this purpose.

Noun

[edit]

do loop (plural do loops)

  1. (computing) A section of computer code in which an instruction or group of instructions is executed repeatedly depending on the value of a Boolean condition.

Usage notes

[edit]
  • May be implemented using a variety of keywords, e.g. PERFORM in COBOL.