> 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" _______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal