<div dir="ltr">Is there a good way to create multi-line strings in ISL?  For example, instead of producing output in the form<div><br></div><div><div><font face="courier new, monospace">(list</font></div><div><font face="courier new, monospace"> &quot;(* 11                                                                           &quot;</font></div>
<div><font face="courier new, monospace"> &quot;   22                                                                           &quot;</font></div><div><font face="courier new, monospace"> &quot;   33                                                                           &quot;</font></div>
<div><font face="courier new, monospace"> &quot;   44                                                                           &quot;</font></div><div><font face="courier new, monospace"> &quot;   55)                                                                          &quot;)</font></div>
</div><div><font face="courier new, monospace"><br></font></div><div style><font face="arial, helvetica, sans-serif">[where here I&#39;ve padded the strings out to 80 characters to force the Racket printer to produce each string on a separate line.]</font></div>
<div><br></div><div style>I&#39;d like to have a program that produced the output</div><div style><br></div><div style><span style="font-family:&#39;courier new&#39;,monospace">(* 11</span><br></div><div style><font face="courier new, monospace">   22</font></div>
<div style><font face="courier new, monospace">   33</font></div><div style><font face="courier new, monospace">   44</font></div><div style><font face="courier new, monospace">   55)</font></div><div style><font face="courier new, monospace"><br>
</font></div><div style><font face="arial, helvetica, sans-serif">preferably without quotations.  When I put things like #\n #\newline or #\r in the middle of a string, ISL prints them out like #\n, #\newline, or #\r.</font></div>
<div style><font face="arial, helvetica, sans-serif"><br></font></div><div style><font face="arial, helvetica, sans-serif">Any ideas?  What have I overlooked?</font></div><div style><font face="arial, helvetica, sans-serif"><br>
</font></div><div style><font face="arial, helvetica, sans-serif">--Mitch</font></div><div style><font face="arial, helvetica, sans-serif"><br></font></div><div style><br></div></div>