Contents | Prev | Next | Index
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 Oberon-2 for Java (Last documentation update
Feb 8, 2000)
Copyright © 1998 Mill Hill &
Canterbury Corporation, Ltd. All rights reserved
Please send any comments or corrections to
mhc@webcom.com