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, :

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 C