[fpc-devel] Could FPC add the PLM "based" construct?

Micha Nelissen micha at neli.hopto.org
Mon Nov 16 12:17:23 CET 2009


Giuliano Colla wrote:
> var
>   Pfoo: pointer;
>   foo: "any valid FPC Type" based Pfoo;
> or
>   foo: based Pfoo "any valid FPC type";
> .....
>   Pfoo: pointer;
>   PBfoo: PByte absolute Pfoo;
>   PIfoo: PInteger absolute Pfoo;

I don't see the difference between "based" and absolute, except order of 
keywords?

Micha



More information about the fpc-devel mailing list