<div dir="ltr"><div dir="ltr">On Fri, Jul 5, 2019 at 7:54 PM 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">
I’m confused now. The error is coming from the middle of the string after it exceeds the character limit. Can we fix this? If it’s possible to turn on longer than 255 char multiline strings locally that’s going to be a problem for existing code because H+ is global for the unit it appears.<br></blockquote><div><br></div><div>To be clear: multiline strings are *just* strings in every way. I have not introduced *anything* remotely resembling a new type. It is literally just a matter of the compiler not stopping at newline characters, and instead continuing to read until it hits a backtick. Pure, incredibly simplistic scanner functionality.</div><div><br></div><div>Pushing and popping {$H+} *does* also work in general, but indeed seems to be affected in some way by {$mode}. This should probably be fixed, but it's unrelated to the patch we're discussing here, and not something I'm particularly concerned about at the moment. </div></div></div>