ex23.pp 141 B

123456789
  1. Program Example23;
  2. { This program demonstrates the Time function }
  3. Uses sysutils;
  4. Begin
  5. Writeln ('The time is : ',TimeToStr(Time));
  6. End.