ID : 489
Constant
A constant refers to data of defined values.
Immediate data (literal) described by PacScript.
Description of Constant
Constant | Value | Data type |
---|---|---|
True | -1 | Integer Type |
False | 0 | Integer Type |
On | 1 | Integer Type |
Off | 0 | Integer Type |
Pi | 3.14159265358979 | Double Precision Real Number Type |
True, False, On, Off and Pi are not recognized as constants in preprocessor.
ID : 489