DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / refex / ex47.pp
12345678
Program Example47; { Program to demonstrate the Pi function. } begin Writeln (Pi); {3.1415926} Writeln (Sin(Pi)); end.