7 15 CONTINUE

LANSA Technical

7.15 CONTINUE

The CONTINUE command is a loop modifying command. It causes the next iteration of the loop structure it is within to be processed immediately.

CONTINUE/LEAVE commands work inside all loop commands.

Also See

7.15.1 CONTINUE Parameters

7.15.2 CONTINUE Comments / Warnings

7.15.3 CONTINUE Examples

7.3 BEGIN_LOOP

7.30 DOUNTIL

7.31 DOWHILE

7.67 LEAVE

7.83 SELECT

                                                         Required 

                                                                  

  CONTINUE -----------------------------------------------------> 

                                                                  

 -----------------------------------------------------------------

                                                         Optional 

                                                                  

             >-- IF ----------- 'condition' --------------------|