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      ! + - ~ ? $ @ % & +^ ~^ ?^ \ ^ =

Reply via email to