From: Paul Brannan Date: 2003-11-06T23:11:47+09:00 Subject: Re: ruby-dev summary 21637-21729 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? Paul