Constants
Constants are evaluated at compile time and are always immutable. They must have an explicit type annotation and may be declared at module scope.
rux
const MaxConnections: uint32 = 100;
const Pi: float64 = 3.14159265358979;