1 May 2006 03:51
[svn:perl6-synopsis] r9047 - doc/trunk/design/syn
<larry <at> cvs.perl.org>
2006-05-01 01:51:15 GMT
2006-05-01 01:51:15 GMT
Author: larry
Date: Sun Apr 30 18:51:14 2006
New Revision: 9047
Modified:
doc/trunk/design/syn/S02.pod
Log:
More long dot cleanup from trey++ et al.
Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod (original)
+++ doc/trunk/design/syn/S02.pod Sun Apr 30 18:51:14 2006
<at> <at> -107,9 +107,9 <at> <at>
say #( embedded comment ) "hello, world!";
- $object.#{ embedded comments }.say;
+ $object\#{ embedded comments }.say;
- $object.#「
+ $object\ #「
embedded comments
」.say;
<at> <at> -160,7 +160,7 <at> <at>
$object\#{ foo }.say
(Continue reading)
RSS Feed