Loops

Besides conditional execution, Import also supports iteration.

Loops are program blocks preceded by a do statement. The keyword do is followed by an integer constant or variable, which specifies the number of times to execute the loop. If this value is negative or zero, the loop is skipped and execution passes to the next statement following the loop.