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

2006-07-03 Thread Larry Wall
On Mon, Jul 03, 2006 at 05:31:34PM +0300, Markus Laire wrote: : On 7/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : >+But parens are special that way. (Even C is assumed to be a : >+function call rather than a quote.) Other bracketing characters are : >+special only if they can be mistaken

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

2006-07-03 Thread Markus Laire
On 7/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: +But parens are special that way. (Even C is assumed to be a +function call rather than a quote.) Other bracketing characters are +special only if they can be mistaken for adverbial arguments, so qn[stuff] -is fine, while +is fine,