HP 3000 Manuals

Enumeration Constants [ HP C/iX Reference Manual ] MPE/iX 5.0 Documentation


HP C/iX Reference Manual

Enumeration Constants 

Enumeration constants are identifiers defined to have an ordered set of
integer values.

Syntax 

     enumeration-constant ::= identifier 

Description 

The identifier must be defined as an enumerator in an enum definition.
Enumeration constants are specified when the type is defined.  An
enumeration constant has type int.



MPE/iX 5.0 Documentation