do loop
A section of computer code in which an instruction or group of instructions is executed repeatedly depending on the value of a Boolean condition.
Noun
- A section of computer code in which an instruction or group of instructions is executed repeatedly depending on the value of a Boolean condition.
Origin
From the keyword do used in some programming languages for this purpose.