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

  1. A goto statement causes your program to unconditionally transfer
  2. control to the statement associated with the label specified on
  3. the goto statement.  The label must appear in the same function as
  4. the goto statement.
  5.