From: Gary Wright Date: 2010-02-19T03:34:39+09:00 Subject: Re: strings combine On Feb 18, 2010, at 12:54 PM, Roger Pack wrote: > Shouldn't the following be a syntax error? > >>> ' 3' '4' > => " 34" Rarely seen, but string literal "implicit" concatenation has always been a feature. Gary Wright