[fpc-pascal] Re: a proposal about "with" syntax
Ludo Brands
ludo.brands at free.fr
Mon Mar 18 14:46:49 CET 2013
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
More information about the fpc-pascal
mailing list