Author: autrijus
Date: Wed Apr 26 07:12:51 2006
New Revision: 8953
Modified:
doc/trunk/design/syn/S03.pod
Log:
* S03: particle++ noted the omission of prefix unary
= and -e -w -x etc from the operator table.
Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod (original)
+++ doc/trunk/design/syn/S03.pod Wed Apr 26 07:12:51 2006
@@ -782,7 +782,7 @@
method postfix . .+ .? .* .() .[] .{} .«» .=
autoincrement ++ --
exponentiation **
- symbolic unary ! + - ~ ? $ @ % & * ** +^ ~^ ?^ \ ^
+ symbolic unary ! + - ~ ? $ @ % & * ** +^ ~^ ?^ \ ^ = -e -r -w -x etc.
multiplicative * / % x xx +& +< +> ~& ~< ~>
additive + - ~ +| +^ ~| ~^
junctive and (all) &