Simple String Question.

Jimmie Houchin jhouchin at texoma.net
Wed May 15 15:10:46 UTC 2002


My books are at home and I am having difficulty finding how to put two 
strings together.

In Python and I think other languages (I believe) I can do in Smalltalk 
form:

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

I have browsed the String class and protocols and haven't found the 
equivalent. When I 'doit' on the above it informs me at least one 
integer is required.

I know I must have overlooked the right code or an example but just am 
not seeing it.

Any help greatly appreciated.

Jimmie Houchin




More information about the Squeak-dev mailing list