From: Greg McCarroll <[EMAIL PROTECTED]>
Date: 9/21/01 2:20:35 PM

>* william ross ([EMAIL PROTECTED]) wrote:
>> 
>> $i = 1,2;
>> 
>> would assign 1 to $i and then forget about that and 
>> assign 2 to $i.
>
> You really shouldn't of said that, i'm sure someone will 
> now want to work this syntax/behaviour into Perl 6 (don't 
> ask me why, i've still got a little sanity left ;-) )

ObGrammarCorrection: s/of/have/;

No need to change anything. We'll just tell 'em that's what

$i = (1, 2);

does. No-one will ever know the difference :)

Dave...

-- 
<http://www.dave.org.uk>

Mention The Lord of the Rings just once more and I'll more than
likely kill you,
"Moorcock! Moorcock! Michael Moorcock!" you fervently moan.
   - Half Man Half Biscuit (Dickie Davies Eyes)





Reply via email to