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 ...
The expression is evaluated at the top of the loop before the statements in the DO loop are executed. If the expression is true, the DO loop iterates. If the expression is false the first time it is ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results