|
From: Andreas L. <av...@lo...> - 2008-12-12 12:23:21
|
On Fri, Dec 12, 2008 at 01:07:34PM +0100, Andreas Leitgeb wrote:
> > (Aside: we can still add the "as" clause later, if desired.
> I'd indeed desire that, on position 2 (right after #1: "also
> drop the per-handler variable lists"). Leaving it as in the
> TIP would be position 3, and no-"try"-at-all somewhere near
> 1000 followed only by -option'ed versions of "try".
Small correction: position 3 is TIP with option #2a,
(which is either "trap FOO - - BAR {x y} { body }" or
"trap FOO - BAR {x y} { body }" i.e. one dash replacing
both variable list and body together unless it was much
more complicated to implement.)
Current TIP is, as you wrote yourself, "unworkable".
|