do loop

English

Etymology

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

Noun

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

  • May be implemented using a variety of keywords, e.g. PERFORM in COBOL.
This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.