Semantics :
MultiplicativeExpr
MultiplicativeExpr
::=
UnaryExpr
( (
*
|
/
|
%
)
UnaryExpr
)*
Used by:
A numeric expression that is the result of the multiplicative operations.