Main About Download Schemes Documentation Resources

Built-in Constants

Flowgorithm defines three commonly used constants. The constants true and false are often used to initialize Boolean variables. The constant pi is commonly used in mathematics.

Constant Notes
true Boolean True
false Boolean False
pi Mathematical Pi. Approximately 3.1415.
π Mathematical Pi. Same as the above.