home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!mcsun!sunic!kth.se!hemul.nada.kth.se!d88-jwa
- From: d88-jwa@hemul.nada.kth.se (Jon WΣtte)
- Subject: Re: What does TRY/CATCH/ENDTRY do?
- Message-ID: <1992Dec23.112122.7625@kth.se>
- Sender: usenet@kth.se (Usenet)
- Nntp-Posting-Host: hemul.nada.kth.se
- Organization: Royal Institute of Technology, Stockholm, Sweden
- References: <1h8402INN6io@iskut.ucs.ubc.ca>
- Date: Wed, 23 Dec 1992 11:21:22 GMT
- Lines: 30
-
- In <1h8402INN6io@iskut.ucs.ubc.ca> guxu@physics.ubc.ca (Guang Xu) writes:
-
- >The following code is found in Think C class Library:
- >TRY{
- >CATCH{
- >END TRY
-
- No space there...
-
- >What do they mean?
-
-
- An excellent description for this exception handling mechanism
- (which is good and should be used) is found in the TCL Reference
- manual that came with the compiler. You could also look the
- mechanism up in the source, which is recommended for deeper
- understanding.
-
- Never ever do a return from withing a TRY/CATCH/ENDTRY, by
- the way.
-
- Cheers,
-
- / h+
-
- --
- -- Jon W{tte, h+@nada.kth.se, Mac Hacker Deluxe --
- "It was, in fact, cool as all get-out. Fortunately it was a little
- too late (historically speaking) to be groovy."
- -- Dennis Pelton
-