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

2006-07-01 Thread Markus Laire
On 7/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +In particular, these forms disable the lookahead for an adverbial argument, +so while + +q:n($foo) + +will misinterpret C$foo as the C:n argument, + +qn(stuff) + +has the advantage of misinterpreting it as the argument to the Cqn()

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

2006-07-01 Thread Larry Wall
On Sat, Jul 01, 2006 at 03:31:52PM +0300, Markus Laire wrote: : On 7/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: : +In particular, these forms disable the lookahead for an adverbial : argument, : +so while : + : +q:n($foo) : + : +will misinterpret C$foo as the C:n argument, : + : +

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

2006-06-30 Thread larry
Author: larry Date: Fri Jun 30 15:17:55 2006 New Revision: 9727 Modified: doc/trunk/design/syn/S02.pod Log: Revised quote declarator. Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod