Author: larry
Date: Fri Sep 22 23:27:00 2006
New Revision: 12339

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

Log:
lingering postfix-to-prefix fallback


Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Fri Sep 22 23:27:00 2006
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 10 Aug 2004
-  Last Modified: 20 Sept 2006
+  Last Modified: 22 Sept 2006
   Number: 2
-  Version: 70
+  Version: 71
 
 This document summarizes Apocalypse 2, which covers small-scale
 lexical items and typological issues.  (These Synopses also contain
@@ -2300,7 +2300,7 @@
 
     term:<...>                                  $x = {...}
     quote:<qX>                                  qX/foo/
-    prefix:<!>                                  !$x (and $x.! if no 
postfix:<!>)
+    prefix:<!>                                  !$x (and $x.'!')
     infix:<+>                                   $x + $y
     postfix:<++>                                $x++
     circumfix:<[ ]>                             [ @x ]

Reply via email to