develooper Front page | perl.perl6.language | Postings from April 2006

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

From:
autrijus
Date:
April 26, 2006 07:13
Subject:
[svn:perl6-synopsis] r8953 - doc/trunk/design/syn
Message ID:
20060426141252.2C4F6CBA47@x12.develooper.com
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)  &



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About