Contents | Prev | Next | Index


Repeat Statements

The purpose of a repeat statement is to perform a repeated execution of a statement sequence until a condition specified by a boolean expression is satisfied. The statement sequence is executed at least once, and the boolean expression is checked after each execution of the statement sequence.

repeat_stmt  ::= REPEAT stmt_seq UNTIL boolean_expr


Contents | Prev | Next | Index

Canterbury Pascal for JVM  (Last documentation update Sep 02, 2004)
Copyright © 1999-2004 J.Neuhoff - mhccorp.com  . All rights reserved.
Please send any comments or corrections to neuhoff@mhccorp.com