Previous Topic: Named Values

Next Topic: ENUMERATED Type

Constraints

Real types can be restricted to a set of real value ranges or simple real values. For example:

REAL ({150, 10, -2}..{150, 10, -1})

The above example restricts the real type to the range (1.5...15). It is possible to specify a real range using whole numbers as well, for example:

REAL (1..20)