From: John Barnette Date: 2008-02-20T09:47:45+09:00 Subject: Re: String Concatenation and Implicit Object Creation On Feb 19, 2008 4:35 PM, pachl wrote: > [snip] how many strings does the following create? > > s1 = 'asdf' 'qwer' One. Adjacent strings are concatenated by the parser. ~ j.