<div dir="ltr"><div dir="ltr">On Fri, Jul 5, 2019 at 7:33 PM Ben Grasset <<a href="mailto:operator97@gmail.com">operator97@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>I'm still very unclear about where Ryan said he got "illegal expression" and such, though. I just now tested another large number of possible ways you can use multi-line strings, and they all do work.</div></div></div></blockquote><div><br></div><div>As an (extreme) example of something that *does*, and should, work:</div><div><br></div>program BadFormatting;<br><br>         begin<br><br>writeln        (`a<br><br>     b<br>c<br>      d<br>             e<br>f`<br><br>);<br><br><br><div>   end. </div></div></div>