On Fri, Jul 5, 2019 at 7:33 PM Ben Grasset <operato...@gmail.com> wrote:

> I'm still very unclear about where Ryan said he got "illegal expression"
> and such, though. I just now tested another large number of possible ways
> you can use multi-line strings, and they all do work.
>

As an (extreme) example of something that *does*, and should, work:

program BadFormatting;

         begin

writeln        (`a

     b
c
      d
             e
f`

);


   end.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to