home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20216 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  496 b 

  1. Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!guxu
  2. From: guxu@physics.ubc.ca (Guang Xu)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: What does TRY/CATCH/ENDTRY do?
  5. Date: 22 Dec 1992 22:14:26 GMT
  6. Organization: The University of British Columbia
  7. Lines: 10
  8. Distribution: world
  9. Message-ID: <1h8402INN6io@iskut.ucs.ubc.ca>
  10. NNTP-Posting-Host: physics.ubc.ca
  11.  
  12. The following code is found in Think C class Library:
  13. TRY{
  14.     .......
  15.     }
  16. CATCH{
  17.      .....
  18.     }
  19. END TRY
  20. What do they mean?
  21.   
  22.