Author: audreyt
Date: Sat Jun 10 20:23:30 2006
New Revision: 9537

Modified:
   doc/trunk/design/syn/S03.pod

Log:
* S03: the ()= form is no more; reflect it in the operator table.

Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Sat Jun 10 20:23:30 2006
@@ -996,9 +996,9 @@
     tight and           &&
     tight or            || ^^ //
     ternary             ?? !!
-    assignment          = := ::= += -= **= xx= .= etc. (and also =>)
+    assignment          => := ::= += -= **= xx= .= etc. (also = with simple 
lvalues)
     loose unary         true not
-    list ops            , print push any all etc. and ()= rightward
+    list ops            , print push any all etc. (also = with non-simple 
lvalues)
     list infix          ¥ <== ==>
     loose and           and
     loose or            or xor err

Reply via email to