VMS Help
PASCAL, Statements, REPEAT

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

  The REPEAT statement is a looping statement and executes one  or
  more statements until a specified condition is true.

  Syntax:

     REPEAT
        {statement};...
     UNTIL expression

  The 'statement' is any Compaq Pascal statement.

  The 'expression' is any Boolean expression.

  Compaq  Pascal  always  executes  a  REPEAT  statement  for  one
  iteration; iterations continue as long as the Boolean expression
  is FALSE.  When specifying more than one statement as  the  loop
  body  to  a REPEAT statement, do not enclose the statements with
  the BEGIN and END reserved words; multiple statements are  legal
  in the REPEAT loop body.

  Additional Information (explode) :

  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.