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

2007-12-05 Thread larry
Author: larry Date: Wed Dec 5 20:50:15 2007 New Revision: 14471 Modified: doc/trunk/design/syn/S02.pod Log: Some clarifications requested by brian d foy++ Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/desi

Re: ***SPAM*** Re: perl 6 grammar

2007-12-05 Thread cdumont
Miroslav Silovic wrote: >cdumont wrote: > > >>In japanese it could even be : >> >>wa { >> '' no baai ni { ... } >>} >> >>Getting rid off the thema or I guess here taking $_ as the default. >> >>is this possible : >> >>given $operator { >>'' {} >>'' {} >>} >> >>? >> >> >>

Re: perl 6 grammar

2007-12-05 Thread cdumont
Jonathan Lang wrote: Another thing to note about given ... when: you don't have to use them together. All that "given" does is to set $_ to the variable provided; this can be used in a manner similar to "with" statements in other languages. And "when" doesn't have to be inside a "given" block,

Re: Pair notation for number radix

2007-12-05 Thread Smylers
brian d foy writes: > In article <[EMAIL PROTECTED]>, Larry Wall > <[EMAIL PROTECTED]> wrote: > > > On Tue, Dec 04, 2007 at 08:28:48AM -0800, brian d foy wrote: > > > > : In article <[EMAIL PROTECTED]>, Larry Wall > > : <[EMAIL PROTECTED]> wrote: > > : > > : > : Later in the "Literals" section

Re: Pair notation for number radix

2007-12-05 Thread brian d foy
In article <[EMAIL PROTECTED]>, Larry Wall <[EMAIL PROTECTED]> wrote: > On Tue, Dec 04, 2007 at 08:28:48AM -0800, brian d foy wrote: > : In article <[EMAIL PROTECTED]>, Larry Wall > : <[EMAIL PROTECTED]> wrote: > : > : > : Later in the "Literals" section of S02, there's a chart of the > : > : cor