<div dir="ltr"><div dir="ltr">On Fri, Jul 5, 2019 at 10:27 AM Ryan Joseph <<a href="mailto:genericptr@gmail.com">genericptr@gmail.com</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">
program test;<br>
<br>
{$modeswitch multilinestrings}<br>
{$multilinestringlineending cr}<br>
<br>
const lines = `<br>
  aaa<br>
  bbb<br>
  ccc<br>
  ddd<br>
`;<br>
<br>
begin<br>
  writeln(lines);<br>
end.<br></blockquote><div><br></div><div>Also:</div><div><br></div><div>Just so nobody gets confused, if you want to test the feature, do not actually try to use the {$modeswitch multilinestrings}, as it does not exist *yet*.</div><div><br></div><div>Ryan's example in this case is what it *will* look like overall though, and it *does* compile as written, currently, if the line with the modeswitch is removed.</div></div></div>