[fpc-pascal](no subject)

Petr Titera P.Titera at century.cz
Thu Sep 21 10:56:55 CEST 2000


>
>The problem is that const parameters are passed by reference (ie. the
>address of the value is pushed instead of the value itself). Function
>results do not have an address.


Bu function results have addresses. If I allocate for example string in
function, it have some address (at least on some stack).

>
>
>Jonas
>
>_______________________________________________
>fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
>http://lists.freepascal.org/mailman/listinfo/fpc-pascal





More information about the fpc-pascal mailing list