<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 03.07.2019 um 22:20 schrieb Ben
      Grasset:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAL4d7FibdChbNAUvx4qrA-hFoR3FLrZgBMe767U67CkyApuUdg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">On Wed, Jul 3, 2019 at 3:27 PM gabor <<a
            href="mailto:gabor@poczta.onet.pl" target="_blank"
            moz-do-not-send="true">gabor@poczta.onet.pl</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">
            I am also against this</blockquote>
          <div><br>
          </div>
          program Example;<br>
          <br>
          (*<br>
            This is a perfectly<br>
            normal multi-line<br>
            Pascal comment.<br>
          *)<br>
          <br>
          const SA = `<br>
            This is a multiline<br>
            string using hypothetical backticks.<br>
            Imagine it was fully syntax-highlighted<br>
            like normal strings and the comment<br>
            above are.<br>
          `;<br>
          <br>
          const SB =<br>
          ' This is a multiline' + sLineBreak +<br>
          ' string using the current syntax.' + sLineBreak +<br>
          ' Do you really' + sLineBreak +<br>
          ' find this to be' + sLineBreak +<br>
          ' more readable?';<br>
          <br>
          begin<br>
          <div>end. <br>
          </div>
        </div>
      </div>
    </blockquote>
    In case case of readability: most cases of multi line string
    constants are likely to be embedded scripts (shaders, SQL, whatever)
    and thus the $INCLUDESTRING directive mentioned in the bug report is
    much more useable, because it allows you to view the embedded file
    in its own editor together with syntax hightlighting and possibly
    code completion.<br>
    <br>
    I'm with Michael here: I see no *need* for a separate syntax for a
    multi line string. I see however the need for the ability to include
    multi line text as a string.<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>