ex78.pp 138 B

1234567
  1. Program Example78;
  2. { Program to demonstrate the Power function. }
  3. begin
  4. Writeln (Power(exp(1.0),1.0):8:2); { Should print 2.72 }
  5. end.