Hi,
In message "Re: ruby-dev summary 21637-21729"
on 03/11/06, Paul Brannan <pbrannan / atdesk.com> writes:
|On Fri, Oct 31, 2003 at 07:01:28AM +0900, Takaaki Tateishi wrote:
|> [ruby-dev:21679] Proposal: string literal concatenation
|> Mput proposed a specification which enables us to concatenate
|> strings using a new line like the following script.
|>
|> s = "foo1" "bar1"
|> "foo2" "bar2"
|>
|> Matz answered that he will discard string literal concatenation.
|
|So what will the result of the above two lines of code be?
Plain syntax error in 1.9.x.
matz.