ProLinga-4GL Reference Manual |
---|
ENDFOR — End of a loop structure.
ENDFOR
The ENDFOR command is the last statement of a loop structure and marks the end of it. When reaching this command, processing continues at the beginning of the FOR or FOREVER loop structure of the matching ENDFOR. In case of the FOR loop, the counter will be raised with the STEP value. Loop structures can be nested.
<< ELSEIF Command | ENDIF Command >> |