home *** CD-ROM | disk | FTP | other *** search
- Like a for loop, a while loop checks the condition before
- executing the body of the loop. The parentheses in the while
- statement contain only the condition expression. All variables in
- that expression must initialized before the while statement, and
- at least one variable should change in value before the condition
- is checked again.
-