[plt-scheme] possibly silly question

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Nov 26 12:12:17 EST 2009

I believe string-append is exactly what the + is doing below, tho.
What is different?

Robby

On Thu, Nov 26, 2009 at 6:43 AM, Charlie Smith
<charliesmith001 at gmail.com> wrote:
> hi
>
> i'd like to know if there is some way of adding strings (sorry, i don't what
> the correct term for this is, maybe variable interpolation?) like for
> example in ruby it would be like
>
> str = "sdfdsf"
> puts "something" + str
> output: "somethingsdsdf"
>
> the function string-append isn't what I want, because i would be adding
> strings somewhat arbitarily in between other strings
>
>
>
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.