home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A021814.TXT < prev    next >
Encoding:
Text File  |  1993-11-29  |  134 b   |  3 lines

  1. The break statement stops the execution of the statements.  If the
  2. break was not here, the subtract() line would be performed next.
  3.