Bram Kuijvenhoven wrote:

> function MyOverloadedFunc:boolean; alias MyOverLoadedFuncNoParams;
> function MyOverloadedFunc(i:integer):boolean; alias MyOverLoadedFuncInt;

> Another note is that the 'alias' keyword might already be in use for some 
> other purpose (I don't exactly remember which), so we might need another 
> keyword or construction to give alias names.

I'd prefer the import syntax, using "name" instead of "alias".

DoDi



_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to