Name | Description |
---|---|
ArithmeticAddExpression | higherExpr '+' higherExpr |
ArithmeticBinaryOperatorExpression | |
ArithmeticDivideExpression | higherExpr '/' higherExpr |
ArithmeticIntegerDivideExpression | higherExpr 'DIV' higherExpr |
ArithmeticModExpression | higherExpr ('MOD'|'%') higherExpr |
ArithmeticMultiplyExpression | higherExpr '*' higherExpr |
ArithmeticSubtractExpression | higherExpr '-' higherExpr |
MinusExpression | '-' higherExpr |