On Wed, Jul 3, 2019 at 3:27 PM gabor <ga...@poczta.onet.pl> wrote:

> I am also against this


program Example;

(*
  This is a perfectly
  normal multi-line
  Pascal comment.
*)

const SA = `
  This is a multiline
  string using hypothetical backticks.
  Imagine it was fully syntax-highlighted
  like normal strings and the comment
  above are.
`;

const SB =
' This is a multiline' + sLineBreak +
' string using the current syntax.' + sLineBreak +
' Do you really' + sLineBreak +
' find this to be' + sLineBreak +
' more readable?';

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

Reply via email to