<div dir="ltr"><div dir="ltr">On Thu, Jul 4, 2019 at 9:35 AM Marco van de Voort <<a href="mailto:fpc@pascalprogramming.org">fpc@pascalprogramming.org</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">New magic characters in the scanner. Yeah. Really nice (NOT!) </blockquote><div><br></div><div>It's not magic. It's exactly the same thing as the single quote currently is, but denoting multi-line strings specifically. </div><div> </div><div><div dir="ltr">On Thu, Jul 4, 2019 at 9:35 AM Marco van de Voort <<a href="mailto:fpc@pascalprogramming.org">fpc@pascalprogramming.org</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">const<br><br>     singleline = ' accidentally not terminated;<br><br>   // lots of lines<br><br>     singleline2 = '   `this is a legal string with backticks`';</blockquote><div><br></div><div>You clearly do not understand how it works, still. That would not / does not compile, because the first string, which is *single-line as it always has been*, is indeed unterminated. You'd get "string exceeds end of line."</div><div> </div></div></div></div></div>