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

  1. The example shows a continue statement in a "for" statement.  The
  2. continue statement causes the program to skip over those elements
  3. of the integer array "rates" that have values less than or equal
  4. to 1.
  5.