>>> + rhyme((1,2),3,:mice) # rhyme has 2 arguments
>>
>> Should that say 3 arguments?
I believe so.
>> (If not, please can somebody clarify what
>> the 2 arguments are.)
>
> (1,2) and 3. Named arguments ("mice" in this case) are handled separately.
That interpretation is not consistent wi
On Feb 17, 2010, at 17:18 , Smylers wrote:
pugs-comm...@feather.perl6.nl writes:
Author: lwall
+++ docs/Perl6/Spec/S02-bits.pod2010-02-17 19:15:34 UTC (rev 29768)
+rhyme((1,2),3,:mice) # rhyme has 2 arguments
Should that say 3 arguments? (If not, please can somebody clarify
w
pugs-comm...@feather.perl6.nl writes:
> Author: lwall
> +++ docs/Perl6/Spec/S02-bits.pod 2010-02-17 19:15:34 UTC (rev 29768)
>
> +rhyme((1,2),3,:mice) # rhyme has 2 arguments
Should that say 3 arguments? (If not, please can somebody clarify what
the 2 arguments are.)
Thanks.
Smyler