On 6/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
[...]
@@ -147,8 +147,9 @@
precedence levels autoincrement, exponentiation, symbolic unary,
multiplicative, and additive; but these are limited to standard
operators that are known to return numbers, strings, or booleans.
-(Operators that
Author: audreyt
Date: Sat Jun 10 20:02:44 2006
New Revision: 9536
Modified:
doc/trunk/design/syn/S03.pod
Log:
* S03: allow post-assignment forms to be SIMPLE:
$x[$y + $z] # simple scalar
$x[$y += $z]# simple scalar, too
Modified: doc/trunk/design/syn/S03.pod
=