3 Jun
1998
3 Jun
'98
12:53 p.m.
until SYNTAX: repeat statement1; statement2; .... until boolean_expression; DESCRIPTION: The "until" keyword is used exclusively in combination with "repeat" keyword in all Pascal standards. See the reference page for "repeat" for the details. STANDARDS: All EXAMPLE: SEE ALSO: repeat