[fpc-devel] Some thoughts on multi-line string support, and a possible syntax that I think is perfectly clean and Pascal-ish.
Martin Frb
lazarus at mfriebe.de
Thu Jul 4 02:09:44 CEST 2019
On 04/07/2019 01:57, J. Gareth Moreton wrote:
>
> Also, with the backtick suggestion, what should one do if they wish
> to include a control character (e.g. a linefeed) or the backtick
> character itself?
>
answer := `Well, this for ``inline`` backticks
and ` + #9 + `this for other chars`;
More information about the fpc-devel
mailing list