Numeric arithmetic expression

The syntax for the numeric arithmetic expression in BNF is as follows:

Syntax

numeric_arith_expr ::=
 [+| - ]{numeric_literal|numeric_expr}
 [{+| - | * |/}numeric_arith_expr]
                

For more information, see Numeric arithmetic expressions.