class

Myst::Const

Inherits Myst::StaticAssignable / Myst::Node / Reference / Object

A constant. Distinct from other identifiers by a capital letter as the first character. Constants do not allow re-assignment to their values.

[A-Z][a-zA-Z0-9]*