[fpc-pascal]System unit and readln

Marco van de Voort marcov at stack.nl
Thu Jun 19 11:55:24 CEST 2003


> Where can I find the declaration of read, readln, write and writeln
> procedures? I've searched the whole source package for fpc and didn't
> find even header of those function, where they are?

These aren't proper procedures, and the compiler generates "special" code
for it.

So there is no definition.

If you are merely searching for a way to do variable number of arguments,
look in the help for "array of const"




More information about the fpc-pascal mailing list