<div dir="ltr"><div dir="ltr">On Wed, Jul 3, 2019 at 4:28 PM gabor <<a href="mailto:gabor@poczta.onet.pl">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">
What is the end-of-line character in this case? #13#10, #10 or #13?</blockquote><div><br></div><div>It's whatever the EOL characters in that physical copy of the source file actually are.</div><div><br></div><div>For example, currently #13 and #10 directly result in the "string exceeds end of line" error for string constants.</div><div>With multi-line strings, they'd just be included like any other character, and the compiler would continue as normal. </div></div></div>