> "DP" == Deborah Ariel Pickett <[EMAIL PROTECTED]>
writes:
DP> One thing that the C comma operator promises is that its left
DP> operand (and all side effects) is completely evaluated before work
DP> starts on the right operand. (This may not be strictly true in
DP> the Perl interpret
> "Simon" == Simon Cozens <[EMAIL PROTECTED]> writes:
Simon> [EMAIL PROTECTED] (Damian Conway) writes:
Damian> But in Perl 6, the consistency between a method's parameter
Damian> list and its argument list *is* checked at run-time, so
Damian> passing the wrong number of arguments is (quite li