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

2008-09-10 Thread pmichaud
Author: pmichaud Date: Wed Sep 10 08:14:29 2008 New Revision: 14581 Modified: doc/trunk/design/syn/S03.pod Log: Typo fix "last" -> "list" Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S03.pod

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

2008-09-10 Thread larry
Author: larry Date: Wed Sep 10 12:03:19 2008 New Revision: 14582 Modified: doc/trunk/design/syn/S03.pod Log: inconsistent meaning of [,] noticed by moritz++ Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/des

Re: Iterator semantics

2008-09-10 Thread John M. Dlugosz
Daniel Ruoso daniel-at-ruoso.com |Perl 6| wrote: The second example actually modifies the object stored in the variable '@a'. And that is a different issue. I disagree. The assignment operator, as opposed to the binding operator (:=) is an operator called on the Array object. It is the