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

2007-03-26 Thread Darren Duncan
At 2:52 PM -0700 3/11/07, [EMAIL PROTECTED] wrote: Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S03.pod(original) +++ doc/trunk/design/syn/S03.podSun Mar 11 14:52:42 2007 @@ -3172,6 +

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

2007-03-11 Thread audreyt
Author: audreyt Date: Sun Mar 11 14:52:42 2007 New Revision: 14337 Modified: doc/trunk/design/syn/S03.pod Log: * S03: Allow infix-assignment forms in the simple-one-arg case of variable declaration: constant Dog $fido .= new; # okay: a constant Dog object constant Dog $fido = D