[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

8.1.7.13 Loop Control Statements

These are
 
Continue;
and
 
Break;

These simple statements must not occur outside a loop, i.e. a for, while or repeat statement. `Continue' transfers control to the beginning of the loop right by its call, `Break' exits the current loop turn and continues loop execution.



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html