Re: hello, does anybody who knows the svn respo of synopsis docs?

2006-12-17 Thread Fayland Lam
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 > >

hello, does anybody who knows the svn respo of synopsis docs?

2006-12-17 Thread Fayland Lam
we are trying to translate them into Chinese. so I just wonder where can I get the .pod source? Thanks.

Re: choice of signatures

2006-01-04 Thread Fayland Lam
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