Difference between revisions of "UNTIL"
Jump to navigation
Jump to search
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…') |
imported>Clippy |
||
Line 8: | Line 8: | ||
− | * | + | * Loops until an evaluation becomes True. |
Revision as of 09:18, 5 September 2009
The UNTIL condition is used in DO...LOOP exit verifications.
Syntax 1: DO UNTIL evaluation
Syntax 2: LOOP UNTIL evaluation
- Loops until an evaluation becomes True.
See also: WHILE