Dotty: how to set operator precedence

Operator precedence is not configurable. It follows a fixed set of rules defined in the language spec. And the precedence of * and / follows the regular mathematical precedence rules so not really surprising I’m afraid.

1 Like