Pi
Definition:
Returns the value of Pi
Parameter Description:
None
Command Description:
Returns the value of Pi to 6 digits (3.141592). Needed for geometric math routines.
Example:
; Pi example
Print "The Value of Pi is:" + Pi
Index