Re: [svn:perl6-synopsis] r14418 - doc/trunk/design/syn

2007-06-12 Thread Smylers
[EMAIL PROTECTED] writes: > Log: > Line-initial #{ is no longer a line-end comment, but starts a "block > comment", guaranteed to catch at compile time the accidental use > of "#{...} foo();". (Old behavior would silently not execute > foo().) Oooh, those block comments look nifty --

[svn:perl6-synopsis] r14418 - doc/trunk/design/syn

2007-06-12 Thread larry
Author: larry Date: Tue Jun 12 11:33:55 2007 New Revision: 14418 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod Log: Line-initial #{ is no longer a line-end comment, but starts a "block comment", guaranteed to catch at compile time the accidental use of "#{...} foo(