Author: larry
Date: Tue May 2 13:57:33 2006
New Revision: 9107
Modified:
doc/trunk/design/syn/S29.pod
Log:
Redirected S29 link to pugs repository.
Modified: doc/trunk/design/syn/S29.pod
==
--- doc/trunk/design/syn/S
On Wed, May 03, 2006 at 02:10:29AM +0800, Audrey Tang wrote:
> [EMAIL PROTECTED] wrote:
> > Is my ($foo, *, $bar) = 1..3 legal perl6? my ($foo, undef, $bar) =
> > 1..3; is valid perl5, but AFAIK that is completely undocumented. (It's
> > quite useful from time to time
>
> Most likely yes, as lva
[EMAIL PROTECTED] wrote:
> Is my ($foo, *, $bar) = 1..3 legal perl6? my ($foo, undef, $bar) =
> 1..3; is valid perl5, but AFAIK that is completely undocumented. (It's
> quite useful from time to time
Most likely yes, as lvalue * can just act as a /dev/null.
> -- now if only my (@rest, $almost,
Author: autrijus
Date: Tue May 2 10:46:43 2006
New Revision: 9103
Modified:
doc/trunk/design/syn/S02.pod
Log:
* S02: Clarify that subscripts evaluates under list context
at RHS, but scalar context at LHS. Also adds some
example code to illustrate various interactions.
Modified
Author: autrijus
Date: Tue May 2 05:49:59 2006
New Revision: 9099
Modified:
doc/trunk/design/syn/S03.pod
Log:
* S03: Minor typographical correction, changing the
"===>" operator-lookalike to a more conventional
comment. Reported by lichtkind++
Modified: doc/trunk/design/syn/S03.pod