Previous Topic: Local Form and Behavior

Next Topic: Constraints

Named Values

It is possible to specify a range of names that correspond to particular integer values in an INTEGER type definition. For example:

x INTEGER   {red (1),
             green (5)
             blue (7)}

These names can then be used as external input to represent the corresponding value. On retrieval the integer value is returned.