ex47.pp 133 B

12345678
  1. Program Example47;
  2. { Program to demonstrate the Pi function. }
  3. begin
  4. Writeln (Pi); {3.1415926}
  5. Writeln (Sin(Pi));
  6. end.