UNTIL
Revision as of 09:11, 5 September 2009 by imported>Clippy (Created page with 'The '''UNTIL''' condition is used in DO...LOOP exit verifications. ''Syntax 1:'' DO UNTIL evaluation ''Syntax 2:'' LOOP UNTIL evaluation * Waits for an evaluation to be…')
The UNTIL condition is used in DO...LOOP exit verifications.
Syntax 1: DO UNTIL evaluation
Syntax 2: LOOP UNTIL evaluation
- Waits for an evaluation to become True.
See also: WHILE