Semantics :
AdditiveExpr
AdditiveExpr
::=
MultiplicativeExpr
( (
+
|
-
)
MultiplicativeExpr
)*
Used by:
A numeric expression that is the result of the additive operations.