Check-in Number:
|
1634 | |
Date: |
2002-Jan-25 16:30:05 (local)
2002-Jan-25 15:30:05 (UTC) |
User: | rse |
Branch: | |
Comment: |
notice that nesting is ok, of course |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/ex/ex.pod 1.1 -> 1.2
--- ex.pod 2002/01/25 15:25:51 1.1
+++ ex.pod 2002/01/25 15:30:05 1.2
@@ -148,7 +148,8 @@
and cleanup that needs to be done by B<OSSP ex> regardless of whether an
exception is caught. Jumping into an B<ex_try> clause would avoid doing
the setup, and jumping out of it would avoid doing the cleanup. In both
-cases the result is a broken exception facility.
+cases the result is a broken exception facility. Nevertheless you are
+allowed to nest B<ex_try> clauses.
The B<ex_catch> block is a regular ISO-C language block without any
restrictions.
|
|