<div dir="ltr"><div dir="ltr">On Fri, Jul 5, 2019 at 11:35 AM Ben Grasset <<a href="mailto:operator97@gmail.com">operator97@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"><div dir="ltr"><div dir="ltr">On Fri, Jul 5, 2019 at 11:29 AM Ryan Joseph <<a href="mailto:genericptr@gmail.com" target="_blank">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">This may not be related but why does "l: string = lines;” work, shouldn’t that be an error or at least get clipped? I’m seeing writeln prints out the entire string as if it was an ansistring.<br></blockquote><div><br></div><div>Your example has nothing to do with multi-line strings specifically, and is completely normal, expected behavior when in {$H+}.</div><div><br></div><div>You could write the exact same constant string with single-line strings using the "addition operators and sLineBreak" method, and assign it to the variable the exact same way, and it would display identically.</div></div></div></blockquote><div><br></div><div>Also, note that in all cases "untyped" constant strings behave exactly like ShortStrings or AnsiStrings, depending on whether {$H+} is being used, in every way (meaning, they can be passed *directly* to WriteLn with no intermediate variable required.) The only significant difference is that they are immutable, embedded-in-the-executable "true" constants.</div></div></div>