Re: How can a declaration of write or writeln look like...
Dr Engelbert Buxbaum <[email protected]> Sat, 2 Jul 2022 09:57:02 +0200
| Newsgroups | alt.comp.lang.pascal |
|---|---|
| Organization | private |
| Message-ID | <[email protected]> |
In article <[email protected]>, [email protected] says... > > ...with variable parameters of all types? I wonder... The way I learned it, WriteLn and ReadLn cannot be defined in Pascal, nor any procedure with similar variable number and type of params. That would mean that it is impossible to write a Pascal-compiler /exclusively/ in Pascal.