Author: audreyt
Date: Fri Jul 21 11:40:37 2006
New Revision: 10348
Modified:
doc/trunk/design/syn/S02.pod
Log:
* S02: rodi++ pointed out a nit:
"say q<< <<woot>> >>"
should print " <<woot>> " not "<<woot>>".
Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod (original)
+++ doc/trunk/design/syn/S02.pod Fri Jul 21 11:40:37 2006
@@ -136,7 +136,7 @@
say #{{
This comment contains unmatched } and { { { { (ignored)
Plus a nested {{ ... }} pair (counted)
- }} q<< <<woot>> >> # says "<<woot>>"
+ }} q<< <<woot>> >> # says " <<woot>> "
Note however that bare circumfix or postcircumfix C<<< <<...>> >>> is
not a user-selected bracket, but the ASCII variant of the C<< «...» >>