Austin Hastings asked:

Junctions are value, not lvalues.


Why not bundle lvalues together?

Because, although this would mean what it says:

         all($x, $y, $z)++;

None of these would:

         any($x, $y, $z)++;
         one($x, $y, $z)++;
        none($x, $y, $z)++;

We're trying to avoid introducing new features that encourage new mistakes.

Damian



Reply via email to