While - End

General Form:

while condition
statement
...
end

While condition, an arbitrary algebraic expression, is true, execute the statements.