Steven Borley wrote:
I have a small, rather trivial, question.
How do I access the compile date (and/or time) of a program so I can display it to the used when asked.
e.g. I would like to write...
writeln('Compile on:',__DATE__, __TIME__); { borrowing from c }
You guessed (what you wrote just works).