Author: autrijus
Date: Wed Apr  5 18:36:02 2006
New Revision: 8567

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

Log:
* Prefix sigil casters $ @ % & now joins the other prefix
  unary operators, such as \ ~ + *, on the 4th level of
  precedence table.

Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Wed Apr  5 18:36:02 2006
@@ -14,7 +14,7 @@
   Date: 8 Mar 2004
   Last Modified: 5 Apr 2006
   Number: 3
-  Version: 16
+  Version: 17
 
 =head1 Operator renaming
 
@@ -546,7 +546,7 @@
     method postfix      . .+ .? .* .() .[] .{} .«» .=
     autoincrement       ++ --
     exponentiation      **
-    symbolic unary      ! + - ~ ? * ** +^ ~^ ?^ \ ^
+    symbolic unary      ! + - ~ ? $ @ % & * ** +^ ~^ ?^ \ ^
     multiplicative      * / % x xx +& +< +> ~& ~< ~>
     additive            + - ~ +| +^ ~| ~^
     junctive and (all)  &

Reply via email to