On Fri, Jul 5, 2019 at 10:27 AM Ryan Joseph <[email protected]> wrote:
> program test;
>
> {$modeswitch multilinestrings}
> {$multilinestringlineending cr}
>
> const lines = `
> aaa
> bbb
> ccc
> ddd
> `;
>
> begin
> writeln(lines);
> end.
>
Also:
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*.
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.
_______________________________________________
fpc-devel maillist - [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel