[fpc-devel] When will the next version of FPC be released?

Marco van de Voort fpc at pascalprogramming.org
Fri May 31 18:53:32 CEST 2019


Op 2019-05-31 om 18:36 schreef Alexander Grotewohl:
> can't you just use an untyped parameter in a clearmem procedure you 
> make yourself?
>
> procedure ClearMem(var m);
>
You don't get size that way, and you have to pass it separately (see 
e.g. blockread/write).

It was one of the setbacks when I came back to TP/FPC from Modula2, the 
latter which does have an open array type with size attached to it.




More information about the fpc-devel mailing list