<p>Am 27.10.2014 17:19 schrieb "Kostas Michalopoulos" <<a href="mailto:badsectoracula@gmail.com">badsectoracula@gmail.com</a>>:<br>
><br>
> On Mon, Oct 27, 2014 at 11:50 AM, Marco van de Voort <<a href="mailto:marcov@stack.nl">marcov@stack.nl</a>> wrote:<br>
>><br>
>> There are multiple existing ones already seeĀ  e.g. <a href="http://www.freepascal.org/docs-html/ref/refse21.html">http://www.freepascal.org/docs-html/ref/refse21.html</a><br>
><br>
><br>
> But all of those (and "absolute" that Sven mentioned) are not used in function parameters (something that i already mentioned). However if this isn't needed for function parameters, then IMO it is fine. However i'd rather have it with a semicolon like in cdecl, external, etc. IMO it inconsistent when some use a semicolon and others do not.</p>
<p>A semicolon has the problem that you need to distinguish between it being a modifier and a normal following identifier as not every keyword is a keyword in every context (like for example "read" and "write" for properties).</p>
<p>Regards,<br>
Sven</p>