On Wed, Jul 3, 2019 at 4:28 PM gabor <[email protected]> wrote: > What is the end-of-line character in this case? #13#10, #10 or #13?
It's whatever the EOL characters in that physical copy of the source file actually are. For example, currently #13 and #10 directly result in the "string exceeds end of line" error for string constants. With multi-line strings, they'd just be included like any other character, and the compiler would continue as normal.
_______________________________________________ fpc-devel maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
