[fpc-pascal](no subject)

Jonas Maebe jonas at zeus.rug.ac.be
Thu Sep 21 10:48:26 CEST 2000


>Why cannot be output of function passed as const parameter of another
>function? Are there some fundamental difficulties with it?

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.


Jonas




More information about the fpc-pascal mailing list