Tom Schneider wrote:
timebug.p: In function `pascal_main_program': timebug.p:57: TimeStamp record type parameter required
What did I do wrong?
Don't declare TimeStamp yourself. The type is already built-in. The manual just describes how it looks like. In Pascal, two different records, even if the fields are the same, are not compatible.
Frank