summaryrefslogtreecommitdiff
path: root/fpcdocs/sysutex/ex25.pp
blob: b1f37c092754e78b679ce2fd1a5fe4d8e7d63a9d (plain)
1
2
3
4
5
6
7
8
9
Program Example25;

{ This program demonstrates the TimeToStr function }

Uses sysutils;

Begin
  Writeln ('The current time is : ',TimeToStr(Time));
End.