Get your own free workspace
View
 

Pi

Page history last edited by Gamemaster 3 years, 9 months ago

 

 

Pi

Usage:

                Pi()

Description:

The Pi command returns the value of Pi to 6 decimal places (3.141592).

Example:

                Function Main()
                        Result = Pi()
                        Output(Actor(), Result) // Displays 3.141592
                        Return()

                End Function

Comments (0)

You don't have permission to comment on this page.