In this example, the constant FOO_PLUS_ONE is defined using the constant FOO:
FOO_PLUS_ONE
FOO
CONSTANT FOO = 1; CONSTANT FOO_PLUS_ONE = FOO + 1;
- PLDWorld -