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()

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

2006-07-01 Thread larry
Author: larry Date: Sat Jul 1 12:13:49 2006 New Revision: 9731 Modified: doc/trunk/design/syn/S03.pod Log: Revisions from Bruce Gray++. Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S03.pod

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

2006-07-01 Thread larry
Author: larry Date: Sat Jul 1 12:20:14 2006 New Revision: 9732 Modified: doc/trunk/design/syn/S05.pod Log: Deconfusing match state and state vars from Bruce Gray++. Modified: doc/trunk/design/syn/S05.pod == ---

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] r9733 - doc/trunk/design/syn

2006-07-01 Thread larry
Author: larry Date: Sat Jul 1 13:55:09 2006 New Revision: 9733 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S06.pod Log: Clarification of differences between quote and macro declarations, Markus++. Modified: doc/trunk/design/syn/S02.pod

S04

2006-07-01 Thread Tom Allison
I picked this up at the YAPC and made some markups on it. Apologies that it is not in a diff format, but that's going to come with practice. I got stuck on some of the intended behaviors and prohibited behaviors of the 'goto' function. For the purpose of clarity would it be useful to