while loop

In scripting, a type of loop that begins with the keyword while along with a test condition. If the condition is true, the loop begins, and the block of statements in the loop repeats until the condition is no longer true.

» IT Glossary