Constant
An entity with a name and an immutable value. A constant is created through definition.
Example: Constant cubeSideCount
would be defined as having the value 6
.
References: In-depth looks at module constant phrases and local constant phrases.