Constants / defines ?

In Unity’s version of Javascript, is there any method of providing a label for a number - like “#define” in C++ ? I think in standard Javascript it’s “const”, but this generates a compiler error in Unity (even though Unity’s editor highlights it in blue as if it recognizes it as a valid directive).

Unityscript doesn’t have that.

–Eric