PI

Synopsis
This keyword returns 3.14159265358979.
Returns
Returned types: Numeric.
Examples
1.

The following example returns the area of a circle with a radius of 5.

Area=PI*(5^2)