<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">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. </div></div></div>