Front page | perl.perl6.language |
Postings from May 2005
Re: not 4,3,2,1,0;
Thread Previous
|
Thread Next
From:
Autrijus Tang
Date:
May 16, 2005 23:43
Subject:
Re: not 4,3,2,1,0;
Message ID:
20050517064243.GA29527@aut.dyndns.org
On Mon, May 16, 2005 at 04:06:15PM -0700, Larry Wall wrote:
> That's
>
> sub not (*args is context(Scalar))
>
> or whatever we end up calling the Any/Scalar type.
How about is context(Item) versus is context(Slurpy). :)
Also, shouldn't the *args there be *@args? Is it really okay
to use a sigilless parameter name by default?
Thanks,
/Autrijus/
Thread Previous
|
Thread Next