PI
Syntax
Section titled “Syntax”PIDescription
Section titled “Description”PI is a math constant, roughly equivalent to 3.141592654…,
and it is of type Float
Example
Section titled “Example”REM Prints PI ValuePRINT "PI = "; PIWhich will print a rounded value of 3.1415927
Remarks
Section titled “Remarks”- This constant is 100% Sinclair BASIC Compatible.