[fpc-devel] Some thoughts on multi-line string support, and a possible syntax that I think is perfectly clean and Pascal-ish.
Ben Grasset
operator97 at gmail.com
Sat Jul 6 01:41:07 CEST 2019
On Fri, Jul 5, 2019 at 7:33 PM Ben Grasset <operator97 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20190705/df0b32d4/attachment.html>
More information about the fpc-devel
mailing list