Mattias Gaertner wrote:

If every line of a comment block is terminated does the IDE pick up all of them and does each one need < at the start?

You mean:

a=1;
//< Comment for a
//< another comment for a

Actually I meant

a=1;
(*< First line of a long block           *)
(*  of comments arranged "Sloane-style". *)

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to