On Wed, 4 Sep 2002, H.Merijn Brand wrote:
> On Wed 04 Sep 2002 20:31, "Sean O'Rourke" <[EMAIL PROTECTED]> wrote:
> > And fewer temporaries, by translating this:
> >
> >     @a = @b ^+ @c ^+ @d;
> >
> > into this:
> >
> >     for @a; @b; @c ; @d -> $a, $b, $c, $d is rw {
> >     $d = $a + $b + $c;
>
>         $a = $b + $c + $d;
>
>         I might hope

Yes, that advanced "correctness" feature will be available in a future
release...

/s

Reply via email to