On Fri, Jul 5, 2019 at 10:27 AM Ryan Joseph <generic...@gmail.com> 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  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to