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

  1. 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.

Forms

do loops