English
Noun
do loop (plural do loops)
- (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.