While
Usual programming command. Executes the next block of code until the condition does not satisfy.
Syntax
while..condition..end
Description

Usual programming command. Executes the next block of code until the condition does not satisfy.
while..condition..end