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

{ This program demonstrates the Time function }

Uses sysutils;

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