Re: errors and their keywords and where catch can return toandst uff like that

2000-08-15 Thread Graham Barr
On Mon, Aug 14, 2000 at 10:15:21PM -0700, Peter Scott wrote: At 08:56 PM 8/14/00 -0600, Tony Olekshy wrote: consider this: try { may_throw_1; } catch { may_throw_2; } catch { may_throw_3; } finally { may_throw_4; } That's either a syntax error or a no-op.

Re: errors and their keywords and where catch can return toandst uff like that

2000-08-14 Thread Tony Olekshy
Peter Scott wrote: If anyone suggests that try { } catch Exception::Foo, Exception::Bar { ... } catch { exception thrown here causes it to start going through catch blocks again } then I'm afraid I'm going to have to turn to drink. Agreed. However,