On Sat, 1 Apr 2017, Mr Bee via fpc-pascal wrote:

Hi all, I'm looking for official reference for function/procedure
parameter list declaration in Pascal.  I found
this: http://www.freepascal.org/docs-html/ref/refse91.html but I think
it's not really clear, especially for newbie.  For example, when exactly
we need to use/put ; (semicolon) instead of , (comma) in parameter list.

You can always use a ;

When parameters are of the same type, you can use ,

Compare that to official document from Delphi
here: http://docwiki.embarcadero.com/RADStudio/Berlin/en/Parameters_(Delphi) 
which
I think a bit more clear.

I don't see how you can compare the 2. There is no diagram on that page.

Anway,
http://www.freepascal.org/docs-html/ref/refse91.html
is the "official" reference. It doesn't get more official than that.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to