Loops
loop
looping-statement
loop
repeatedly evaluates its looping statement until a break
or return
statement is executed. For example:
loop if Time() > kTimeToLeave then break;
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996