Go to the
first
,
previous
,
next
,
last
section,
table of contents
.
REPEAT Statement
REPEAT <stmts> UNTIL <expr>
<expr> must be a boolean-valued expression.
Go to the
first
,
previous
,
next
,
last
section,
table of contents
.