ProLinga-4GL Reference Manual |
---|
FOREVER — Execute a block of logic commands an unlimited number of times.
FOREVER
The FOREVER command executes a block of logic commands located between the FOREVER and ENDFOR logic commands an unlimited number of times until a BREAK command is reached. The CONTINUE command can be used to stop processing the current iteration and to jump to the beginning of the loop.
<< FOREACH Command | IF Command >> |