DO

Reference

Syntax

DO [n TIMES]
   [VARYING dobj FROM dobj1 NEXT dobj2 [RANGE range]].
  [statement_block]
ENDDO.


Effect

Executes the statement block statement_block several times in one loop.

Additions