Audrey Tang wrote:
>
> 在 Dec 18, 2006 5:52 AM 時,Fayland Lam 寫到:
>
>> we are trying to translate them into Chinese. so I just wonder where
>> can I get the .pod source?
>
> http://svn.perl.org/perl6/doc/trunk/design/syn/
Thanks.
>
> Cheers,
> Audrey
>
>
we are trying to translate them into Chinese. so I just wonder where can
I get the .pod source?
Thanks.
Jonathan Lang wrote:
Instead of
multi sub *infix:<~>(ArabicStr $s1, ArabicStr $s2) {...}
multi sub *infix:<~>(Str $s1, ArabicStr $s2) {...}
multi sub *infix:<~>(ArabicStr $s1, Str $s2) {...}
as S13 say
multi sub infix:<+> (Us $us, Them $them) is commutative {
myadd($us,$them