On Tue, May 15, 2012 at 03:03:01PM -0400, Eric Brine wrote: > On Tue, May 15, 2012 at 12:55 PM, Jesse Luehrs <doy@tozt.net> wrote: > > > I don't think else should be overridable. > > > Everything you say about "if-else" also applies to "try-catch". Should it > be impossible to override "catch"? Nothing about this is making it impossible to override anything. You just do so by overriding 'if' instead of 'else' (or 'try' instead of 'catch', in this case). -doyThread Previous | Thread Next