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

2008-03-16 Thread Daniel Hulme
On Sat, Mar 15, 2008 at 06:09:40PM -0700, [EMAIL PROTECTED] wrote: > Author: larry > Date: Sat Mar 15 18:09:39 2008 > New Revision: 14520 > @@ -1367,9 +1367,10 @@ > If you need to force inner context to scalar, we now have convenient > single-character context specifiers such as + for numbers an

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

2008-03-16 Thread Nicholas Clark
On Sat, Mar 15, 2008 at 06:09:40PM -0700, [EMAIL PROTECTED] wrote: > @@ -1367,9 +1367,10 @@ > If you need to force inner context to scalar, we now have convenient > single-character context specifiers such as + for numbers and ~ for strings: > > +$x= g(); # scalar context an