summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex47.pp
blob: aa4c97201e803f68010cbe92ada3e395eee446a2 (plain)
1
2
3
4
5
6
7
8
Program Example47;

{ Program to demonstrate the Pi function. }

begin
  Writeln (Pi);         {3.1415926}
  Writeln (Sin(Pi));
end.