Language Reference
REPEAT/ UNTIL
The conditions are
Less than (LT).
Greater than (GT)
Less than or equal to (LE).
Greater than or equal to (GE).
Equal to (EQ).
Not equal to (NE).
If the condition is already satised at the time REPEAT/UNTIL is executed the rst time, the commands following REPEAT are executed once.The function of REPEAT/UNTIL is limited to the amount of internal memory available at the time they are executed. An error results if there is not enough memory. Executing
See Also IF/THEN, ABORT, RETURN