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

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

Forms

while loops

Related

do loop do-while loop for loop