<div>string-append&#39;s fine if i want to add two stings only, but i&#39;d like to add strings inbetween other strings, for example</div><div><br></div><div>(define str &quot;jumps over the &quot;)</div><div>(define str2 &quot;dog&quot;)</div>
<div><br></div><div>&quot;the quick brown fox&quot; +  str + &quot;lazy&quot; + str2</div><div><br></div><br><br><div class="gmail_quote">On Thu, Nov 26, 2009 at 10:42 PM, Robby Findler <span dir="ltr">&lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I believe string-append is exactly what the + is doing below, tho.<br>
What is different?<br>
<br>
Robby<br>
<div><div></div><div class="h5"><br>
On Thu, Nov 26, 2009 at 6:43 AM, Charlie Smith<br>
&lt;<a href="mailto:charliesmith001@gmail.com">charliesmith001@gmail.com</a>&gt; wrote:<br>
&gt; hi<br>
&gt;<br>
&gt; i&#39;d like to know if there is some way of adding strings (sorry, i don&#39;t what<br>
&gt; the correct term for this is, maybe variable interpolation?) like for<br>
&gt; example in ruby it would be like<br>
&gt;<br>
&gt; str = &quot;sdfdsf&quot;<br>
&gt; puts &quot;something&quot; + str<br>
&gt; output: &quot;somethingsdsdf&quot;<br>
&gt;<br>
&gt; the function string-append isn&#39;t what I want, because i would be adding<br>
&gt; strings somewhat arbitarily in between other strings<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>