PI
Syntax
Section titled “Syntax”PI
Description
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 = "; PI
Which will print a rounded value of 3.1415927
Remarks
Section titled “Remarks”- This constant is 100% Sinclair BASIC Compatible.