Index: ossp-pkg/ex/ex.pod RCS File: /v/ossp/cvs/ossp-pkg/ex/ex.pod,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ex/ex.pod,v' 2>/dev/null --- 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 regardless of whether an exception is caught. Jumping into an B 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 clauses. The B block is a regular ISO-C language block without any restrictions.