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