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

2006-12-20 Thread Larry Wall
On Wed, Dec 20, 2006 at 10:24:55PM +, Smylers wrote: : [EMAIL PROTECTED] writes: : : > New Revision: 13495 : >doc/trunk/design/syn/S12.pod : > : > +In addition to C, the special functions C, : > +C, C, and C dispatch to the next : > +candidate, possibly with a new argument list, and if th

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

2006-12-20 Thread Smylers
[EMAIL PROTECTED] writes: > New Revision: 13495 >doc/trunk/design/syn/S12.pod > > +In addition to C, the special functions C, > +C, C, and C dispatch to the next > +candidate, possibly with a new argument list, and if the "next" > +variant is used, without returning: > + > +callsame;

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

2006-12-19 Thread larry
Author: larry Date: Tue Dec 19 01:20:40 2006 New Revision: 13495 Modified: doc/trunk/design/syn/S12.pod Log: callsame/callwith/nextsame/nextwith mentioned here too. Modified: doc/trunk/design/syn/S12.pod == --- doc/t