<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 28/07/2025 17:59, Michalis
      Kamburelis via fpc-pascal wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAKzBGZOKoT=0Eu8mgEB=rP7D1V22mm4CmTc=Cwdvd275f7Y+mQ@mail.gmail.com">
      <pre wrap="" class="moz-quote-pre">Moreover, in case of multi-line comments, the additional confusion
(which I still think is possible) is because there are {$xxx} compiler
directives changing their behavior, and some of them apply only to
backtick-style, some only to ''' style, and from their naming
($MULTILINESTRINGLINEENDING / $TEXTBLOCK) it's not clear which applies
to which. We will have to remember that $MULTILINESTRINGLINEENDING is
for backticks-style, and $TEXTBLOCK is for '''-style.</pre>
    </blockquote>
    <br>
    Maybe they should be named different... I guess the tripple quote
    directives match up with Delphi?<br>
    (Otherwise MultiQuoteString ?)<br>
    <br>
    But the backtick, could have BacktickString or BackQuoteString in
    the name?<br>
    <br>
    <br>
    <blockquote type="cite"
cite="mid:CAKzBGZOKoT=0Eu8mgEB=rP7D1V22mm4CmTc=Cwdvd275f7Y+mQ@mail.gmail.com">
      <pre wrap="" class="moz-quote-pre">On the same ground, we would all protest if someone tried to introduce
alternative way to write "assignment operator", just because some
people would like to write "A := B", while others "A <- B". It's not
that ":=" or "<-" is better, it's that "one version of doing it should
be enough".
</pre>
    </blockquote>
    <br>
    Or have array element index done different?<br>
      type TFooArray = array (.0..9.) of Byte;<br>
        SomeFooArray(.3.) := 1;<br>
    <br>
    Oh wait, that compiles. ;)<br>
  </body>
</html>