<div dir="auto"><div><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Travis Siegel via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Mo., 28. Juli 2025, 15:42:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>Take for instance, comments.<br>
<br>
{ this is a comment}<br>
<br>
works just as well as<br>
<br>
(* this is a comment *)<br>
<br>
I don't believe I've ever seen you complain about multiple ways to put <br>
comments in the code<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">That is a bad example, because the second syntax is a digraph of the first, just like you can use "(." for "[" and ".)" for "]". In the ISO modes you can even close a "{" comment with "*)" and vice versa, because they are aliases. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>