[plt-scheme] possibly silly question
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20091126/9f54b819/attachment.html>