|
You are not entitled to assume that obj1..obj2 is defined as
tostring(obj1)..tostring(obj2). You are not even entitled to
assume that the result of concatenation is string-valued.
For example, concat may mean list concatenation.
obj{1,2,3}..obj{4,5} --> obj{1,2,3,4,5}