summaryrefslogtreecommitdiff
path: root/fpcdocs/bunixex/ex1.pp
blob: acbaa0b1b8b556a1056cbd01fead4a873b8ceb4a (plain)
1
2
3
4
5
6
7
8
9
10
Program Example1;

{ Program to demonstrate the fptime function. }

Uses baseunix;

begin
  Write ('Secs past the start of the Epoch (00:00 1/1/1980) : ');
  Writeln (fptime);
end.