<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Bart via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org" rel="noreferrer noreferrer" target="_blank">fpc-devel@lists.freepascal.org</a>> schrieb am So., 23. Feb. 2020, 16:35:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">However, this will compile also:<br>
<br>
Function Second : Real; [Public name ’second’];<br>
begin<br>
  Second := 1;<br>
end;<br>
<br>
So, what is the correct syntax?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Both are correct. The brackets allow a comma separated list of directives.</div><div dir="auto">However as Mattias wrote this syntax conflicts with attributes and thus is disabled if modeswitch PrefixedAttributes is enabled. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>