home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!guxu
- From: guxu@physics.ubc.ca (Guang Xu)
- Newsgroups: comp.sys.mac.programmer
- Subject: What does TRY/CATCH/ENDTRY do?
- Date: 22 Dec 1992 22:14:26 GMT
- Organization: The University of British Columbia
- Lines: 10
- Distribution: world
- Message-ID: <1h8402INN6io@iskut.ucs.ubc.ca>
- NNTP-Posting-Host: physics.ubc.ca
-
- The following code is found in Think C class Library:
- TRY{
- .......
- }
- CATCH{
- .....
- }
- END TRY
- What do they mean?
-
-