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

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

From:
larry
Date:
June 7, 2006 08:56
Subject:
[svn:perl6-synopsis] r9528 - doc/trunk/design/syn
Message ID:
20060607155556.B99FFCBA47@x12.develooper.com
Author: larry
Date: Wed Jun  7 08:55:55 2006
New Revision: 9528

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

Log:
putter++ notes that prec table is missing .<>


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod	(original)
+++ doc/trunk/design/syn/S03.pod	Wed Jun  7 08:55:55 2006
@@ -980,7 +980,7 @@
 Perl 6 has 22 precedence levels (which is fewer than Perl 5):
 
     terms               42 "eek" $x /abc/ (1+2) a(1) :by(2) .meth listop
-    method postfix      . .+ .? .* .() .[] .{} .«» .:: .=
+    method postfix      . .+ .? .* .() .[] .{} .<> .«» .:: .=
     autoincrement       ++ --
     exponentiation      **
     symbolic unary      ! + - ~ ? $ @ % & +^ ~^ ?^ \ ^ =



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