Processing a
WHILE
statement
is the same on either the
DO
or
LOOP
lines.
The Boolean expression is evaluated and if the statement is true,
the
LOOP
continues at the line after the
DO
statement.
Otherwise, the line after the corresponding
LOOP
is
the next line to be processed.