next up previous contents
Next: Subrule Invokations Up: Expressions Previous: Variables   Contents

Constants

$$ Constant ::= "@" Identifier .

A constant is marked by a ``@'' preceding its name. The name may be any valid identifier. A constant is defined by a constant definition in a rule file, outside a rule. It is assigned a value and can be used in subsequent rules and constant definitions in that rule file.



Bjoern Beutel