summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex22.pp
blob: 0de49adba4905002854d2e0b6d8d2d952f6f9d94 (plain)
1
2
3
4
5
6
7
Program Example22;

{ Program to demonstrate the Exp function. }

begin
  Writeln (Exp(1):8:2); { Should print 2.72 }
end.