<div dir="ltr"><div dir="ltr">On Sun, Dec 22, 2024 at 5:04 AM Michael Van Canneyt via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>> wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Sat, 21 Dec 2024, Ben Grasset via fpc-devel wrote:<br>
<br>
> Facts:<br>
> - Michael VC did not originally like the entire idea at all, if I recall<br>
> correctly. However, he eventually added an implementation of it to Pas2JS<br>
> that works literally the exact same as my main FPC compiler one does.<br>
> - Delphi (in the time since, as of version 12 I guess) has added this<br>
> themselves. Their version is not quite the same (frankly in my opinion,<br>
> theirs is overall worse than mine, for reasons such as the fact you HAVE to<br>
> put the closing backticks of a multiline string on their own entire line in<br>
> Delphi, whereas in my version the closing backticks could appear anywhere<br>
> and be parsed correctly. And so on and so forth).<br>
><br>
> I'm as ready as I was several years ago to put this in main FPC if it'll be<br>
> accepted, however, would people want me to now imitate the Delphi<br>
> version (which again did not exist when I originally implemented the<br>
> functionality for FPC, and again is functionally different from both the<br>
> unmerged main compiler impl of mine and Michael VCs identical<br>
> actually-existing impl for Pas2JS).<br>
<br>
I implemented the Delphi version in pas2js as well meanwhile (on demand), <br>
So both work.<br>
<br>
I personally prefer the backtick version, it is easier to use. <br>
but nothing prevents us from having both as in pas2js. <br>
The implementation can be orthogonal.<br>
<br>
If you can change your implementation to actually support both ways, then<br>
I'll make sure it is merged in the FPC compiler.<br>
<br>
Michael.<br>
_______________________________________________<br>
fpc-devel maillist  -  <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a><br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel" rel="noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a></blockquote><div><br></div><div>Got it. Thanks Michael. I've just replied to your email also. </div></div></div>