while
while loop.
Syntax
while test_expression, statements, end
Description
while loop executes a set of statements as long as a the test condition remains true.
Example
See also
for.
History
Author
Allan CORNET
Last updated