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

  1. A label is a prefix for a statement that allows you to specify the
  2. statement as the target of a goto.  A label is visible anywhere in
  3. the function in which it is declared.  In this example, if a
  4. division by zero is about to take place, both the inner and outer
  5. loops are exited and a message is printed.
  6.