hi<br>
<br>
i&#39;d like to know if there is some way of adding strings (sorry, i don&#39;t
what the correct term for this is, maybe variable interpolation?) like
for example in ruby it would be like<br>
<br>
str = &quot;sdfdsf&quot;<br>
puts &quot;something&quot; + str<br>
output: &quot;somethingsdsdf&quot;<br>
<br>
the function string-append isn&#39;t what I want, because i would be adding strings somewhat arbitarily in between other strings<br>
<br>
<br>
<br>
<br>