while loop
A section of computer code in which an instruction or group of instructions is repeated only while a certain condition continues to be met.
Noun
- A section of computer code in which an instruction or group of instructions is repeated only while a certain condition continues to be met.
Origin
From the keyword while used in many programming languages for this purpose.