Author: larry
Date: Wed Aug  2 00:20:22 2006
New Revision: 10537

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

Log:
Added back in qx forms where x is single modifier character.


Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Wed Aug  2 00:20:22 2006
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 10 Aug 2004
-  Last Modified: 26 July 2006
+  Last Modified: 2 Aug 2006
   Number: 2
-  Version: 56
+  Version: 57
 
 This document summarizes Apocalypse 2, which covers small-scale
 lexical items and typological issues.  (These Synopses also contain
@@ -1422,6 +1422,9 @@
     quote qn;                   # completely raw quote qn//
     quote qnc;                  # q:n:c//, interpolate only closures
 
+Actually, the first two are already assumed, because you get all of the
+forms that use as single character predeclared for free.
+
 If you want to abbreviate further, you may also give an explicit
 definition as either a string or quasiquote:
 

Modified: doc/trunk/design/syn/S12.pod
==============================================================================
--- doc/trunk/design/syn/S12.pod        (original)
+++ doc/trunk/design/syn/S12.pod        Wed Aug  2 00:20:22 2006
@@ -1247,7 +1247,7 @@
 
     my Str_not2b $hamlet;
     $hamlet = 'isnt';   # Okay because 'isnt' ~~ /^[isnt|arent|amnot|aint]$/
-    $hamlet = 'amnt';   # Bzzzzzzzt!   'amnt' !~ /^[isnt|arent|amnot|aint]$/
+    $hamlet = 'amnt';   # Bzzzzzzzt!   'amnt' !~~ /^[isnt|arent|amnot|aint]$/
 
     my EvenNum $n;
     $n = 2;             # Okay

Reply via email to