ex25.pp 154 B

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