REPEAT
Statement
The statements within a REPEAT
statement are repeated until the search_condition
is true.
begin_label
and end_label
must be the same, if both are specified.
For example:
REPEAT
StatementThe statements within a REPEAT
statement are repeated until the search_condition
is true.
begin_label
and end_label
must be the same, if both are specified.
For example: