On 03/18/2013 02:30 PM, leledumbo wrote:
>> I cannot recall if there is already a notion of "alias" in free pascal, if
> not then we just introduce this idea within the scope of "with" expression. 
> 
> Let me give you one then:
> 
> procedure p; [public, alias: 'my_p'];
> 

And another one:

var
  a:integer;
  a_alias:integer absolute a;

:)

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

Reply via email to