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

8.1.7.7 repeat Statement

 
repeat
  statement;
  ...
  statement;
until boolean expression

The repeat ... until statement declares a loop which is repeated until boolean expression is true. Since the terminating condition is checked after execution of the loop body, the statement sequence is executed at least once.

See also

section 8.1.7.6 while Statement, section 8.1.7.5 for Statement



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