[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 -- and are inspired way of avoiding surprising people just putting hashes at the beginning of all their lines of code. Smylers