April 26, 2002 - JScript .NET's Support of const and enum | WebReference

April 26, 2002 - JScript .NET's Support of const and enum

Yehuda Shiran April 26, 2002
JScript .NET's Support of const and enum
Tips: April 2002

Yehuda Shiran, Ph.D.
Doc JavaScript

JScript .NET inherited two classic structures from C++. First, it introduces a const statement that defines an identifier that represents a constant value. JScript .NET also introduces the enum statement that allows you to construct enumerated data types. Enumeration enables you to specify helpful names for your data type values.

To learn more on JScript .NET, go to Column 107, JScript .NET, Part I: The Mechanics.