The Constant Statement has the following BNF syntax:
<constant statement> ::= CONSTANT <symbolic name> = <expression>;
- PLDWorld -