const_term ::= const_factor { ( "*" | "/" | "DIV" | "MOD" | "AND" | "&" ) const_factor }
This rule is called by -> simple_const_expr
-> simple_const_expr