do loop
التعريفات والمعاني
== English ==
=== Etymology ===
From the keyword do used in some programming languages for this purpose.
=== 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.