|
The FOR loop is for situations in which a statement or series of statements must be repeated 0 or more times--the
exact number of times being known before the loop begins. In contrast, loops based on the WHILE and REPEAT/UNTIL
statements are better suited to circumstances in which the terminating condition must be calculated in the loop
(that is, in which the number of times to repeat isn't known in advance).
|
Send mail to ljschwerin@hotmail.com with
questions or comments about this web site.
|