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

  1. Because the goto statement can interfere with the normal
  2. top-to-bottom sequence of processing, it makes a program more
  3. difficult to read and maintain.  Often, a break statement, a
  4. continue statement, or a function call can eliminate the need for
  5. a goto statement.
  6.