Re: [svn:perl6-synopsis] r8569 - doc/trunk/design/syn

2006-04-06 Thread Jonathan Scott Duff
On Wed, Apr 05, 2006 at 07:24:30PM -0700, Rutger Vos wrote: > Subversion logging messages like the one below seem to be flooding this > list right now. May I ask if that's what this list is for? Well, it gets the people interested in the language design first cut at the changes being made to the

Re: [svn:perl6-synopsis] r8569 - doc/trunk/design/syn

2006-04-06 Thread Rutger Vos
Subversion logging messages like the one below seem to be flooding this list right now. May I ask if that's what this list is for? Best wishes, Rutger [EMAIL PROTECTED] wrote: Author: autrijus Date: Wed Apr 5 19:08:28 2006 New Revision: 8569 Modified: doc/trunk/design/syn/S02.pod doc/t

Re: [svn:perl6-synopsis] r8569 - doc/trunk/design/syn

2006-04-05 Thread Uri Guttman
> "a" == autrijus <[EMAIL PROTECTED]> writes: a> Sigils are now invariant. C<$> always means a scalar variable, C<@> a> an array variable, and C<%> a hash variable, even when subscripting. a> -Array and hash variable names in scalar context automatically produce a> -references. a

[svn:perl6-synopsis] r8569 - doc/trunk/design/syn

2006-04-05 Thread autrijus
Author: autrijus Date: Wed Apr 5 19:08:28 2006 New Revision: 8569 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S05.pod Log: * S02/S05: Excise "reference" from them. Modified: doc/trunk/design/syn/S02.pod ==