[fpc-pascal] Bridging FPC and Delphi
Florian Klaempfl
florian at freepascal.org
Tue Apr 27 01:14:17 CEST 2010
Anthony Walter schrieb:
> When I google search for "FPC generics" tohe top result links here:
>
> http://wiki.freepascal.org/Generics
>
> Two cases:
>
> 1) type generic TList<T> = class // ... as is now, the word generic is
> redundant
>
> 2) type TList<T> = class // ... better and in line with Delphi
>
> It seems both were on the suggested list. How did version case 1 win
> out?
I told you this already months before. type generic is a compromise
because there was even the idea to make generic an own section like
var
...
type
...
generics
...
More information about the fpc-pascal
mailing list