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

2006-08-28 Thread Markus Laire
On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: +Elsewhere it is equivalent to a parenthesisized list of strings: +C<< ('foo','bar') >>. Since parentheses are generally reserved just for +precedence grouping, they merely autointepolate in list context. Therefore + +@a = 1, < 2 3 >,

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

2006-08-28 Thread Smylers
[EMAIL PROTECTED] writes: > New Revision: 11504 >doc/trunk/design/syn/S02.pod > > +C<< ('foo','bar') >>. Since parentheses are generally reserved just for > +precedence grouping, they merely autointepolate in list context. Therefore Typo: "autointepolate". Smylers

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

2006-08-27 Thread larry
Author: larry Date: Sun Aug 27 22:52:36 2006 New Revision: 11504 Modified: doc/trunk/design/syn/S02.pod Log: Clarification on syntactic mapping of and to ('a','b') and ('c'). Modified: doc/trunk/design/syn/S02.pod