Author: larry
Date: Wed Aug 29 03:12:28 2007
New Revision: 14438

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

Log:
Precedence of ff and fff changed to be the same as ??!!


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Wed Aug 29 03:12:28 2007
@@ -38,11 +38,11 @@
     Junctive and (all)  &
     Junctive or (any)   | ^
     Named unary         rand sleep abs
-    Nonchaining infix   but does <=> leg cmp .. ..^ ^.. ^..^ ff fff
+    Nonchaining infix   but does <=> leg cmp .. ..^ ^.. ^..^
     Chaining infix      != == < <= > >= eq ne lt le gt ge ~~ === eqv !eqv
     Tight and           &&
     Tight or            || ^^ // min max
-    Conditional         ?? !!
+    Conditional         ?? !! ff fff
     Item assignment     = := ::= => += -= **= xx= .=
     Loose unary         true not
     Comma operator      ,

Reply via email to