Simple String Question.

Norberto Manzanos nmanzanos at sion.com
Wed May 15 15:17:19 UTC 2002


> a := 'StringOne'
> b := 'StringTwo'
> c := a + b

c:= a,b
A string is a Collection. The "," is the concatenation method for
collections.
I think
   ^a,b
would be better. (return the contatenated string)





More information about the Squeak-dev mailing list