Functional Area
: Constant
Constant names start with # . They are declared with the const decorator. The value
must also be constants or constant expressions. Constant declaration can be conditional.
Constants are evaluated and assigned before any part of the script is run.
Related Syntax