<div dir="ltr"><div dir="ltr">On Sun, Dec 22, 2024 at 5:15 AM Hairy Pixels 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"><div><div class="gmail_quote">
    <div dir="ltr" class="gmail_attr">On Dec 22, 2024 at 9:29:37 AM, Ben Grasset via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a>> wrote:<br></div>
    <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" type="cite">
        I'd certainly don't really WANT to adapt to the (like I said, worse in my opinion) Delphi version, but I would if I "had" to. So that's why I figured I'd check in to see what people's general thoughts are on all of this nowadays.<br>
    </blockquote>
</div>
<br>
<div dir="ltr"><br></div><div dir="ltr">What is Delphi doing? This?</div><div dir="ltr"><br></div><div dir="ltr">var s: String = ‘’'</div><div dir="ltr"><span style="white-space:pre-wrap">        </span>                 hello world</div><div dir="ltr">                        ‘’’;</div><div dir="ltr"><br></div><div dir="ltr">That or backticks are the only thing that made sense to me. What are the pros and cons of both? Backticks are easier to type maybe, but I kind of like the block effect the triple single-quotes make. Backticks are familiar from another popular language (JavaScript) so there’s that.</div><div dir="ltr">
    <br clear="all"><div><div class="gmail_signature"><div dir="ltr">Regards,</div>    Ryan Joseph</div></div><br>
</div></div>
_______________________________________________<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>The Delphi 12 docs state that's how it works yeah. I guess they aren't backticks in Delphi, rather they're "single colons", though, looking at it again, not that it matters that much. But yeah the docs say you need three of them on each side, and neither the opening or closing set can be directly followed by text on the same line. Which as you obviously know, isn't how my version works / worked.</div></div></div>