Constants
- C3 introduces fairly strict naming rules to reduce ambiguity.
- Global constants must start with A-Z after any optional initial
_
._FOO2
,BAR_FOO
,X
are all valid global constants,_
,_bar
,x
are not. - Constants may be explicitly typed or untyped.