<div dir="ltr"><div dir="ltr">On Thu, Jul 4, 2019 at 9:14 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">
Take a large pascal file with several strings. Normal, non multi-line <br>
strings.<br>
<br>
Now, as a thought experiment, remove the closing ' from one of the <br>
strings at the top.<br>
<br>
In the case of no multiline string support: error on the line with the <br>
missing closing string comment.<br></blockquote><div><br></div><div>That's not even how it works, though. Absolutely nothing is changed about the behaviour of "normal" single-line single-quote strings in the (again, working!) implementation I have of this. </div><div><br></div><div>Multiline strings are explicitly and only opened / closed used *backticks*.</div><div><br></div><div>Everything about the feature is far more simple than you seem to think it is (which is a big part of why I was able to make it work so quickly.)</div></div></div>