The DO statement designates a group of statements that are to be executed as a unit, usually as a part of IF-THEN/ELSE statements. The iterative DO statement executes a group of statements ...
is the name of a variable indexing the loop. is an increment value. Using a WHILE expression makes possible the conditional execution of a set of statements iteratively. The WHILE expression is ...