chiark / gitweb /
&! new esc can be anything
[subdirmk.git] / subdirmk / NOTES
index 5d57e99ecb2dcab936010d4734727b16e431dc67..d4d7da942a931055f936c8128c0bb1d0dbd945cf 100644 (file)
@@ -21,9 +21,9 @@ lc is [a-z][-+,0-9_a-z]*(?!\w)
 
 &!<spaces or tabs>     disables & *until* EOL (and disappears)
 
 
 &!<spaces or tabs>     disables & *until* EOL (and disappears)
 
-&!STUFF                STUFF is recognised instead of & (beyond EOL)
-               STUFF is either all ASCII punct or all ASCII alphanum (incl _)
-               any lwsp after STUFF is discarded too
+&!STUFF<lwsp>          STUFF is recognised instead of &
+                       the terminating lwsp is discarded too
+                       may also occur at eol
 
 eg notably
  STUFF!&               now & is recognised instead (ie back to normal)
 
 eg notably
  STUFF!&               now & is recognised instead (ie back to normal)