ProLinga-4GL Reference Manual |
---|
CONTINUE — Transfer control to the beginning of a loop structure.
CONTINUE
The CONTINUE command terminates processing the current FOR or FOREVER loop iteration and to the beginning of the loop structure. In case of the FOR command, the counter will be raised with the STEP value.
<< COMMENT Command | CONTROL Command >> |