home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02201.TXT < prev    next >
Encoding:
Text File  |  1993-07-27  |  268 b   |  6 lines

  1. A "for" loop has three parts.  The "initial state" sets any
  2. conditions before the loop is run.  The "before expression" is the
  3. condition that must be met before the loop body is executed again.
  4. The "after expression" is code to be run after the loop body is
  5. run.
  6.