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

  1. A continue statement stops the current iteration of a loop.
  2. Program control is passed from the continue statement to the
  3. condition part of the loop.
  4.