I.e. don't allow ``` part1 += a part2 -= a ``` It might be ok, however I'm not sure and its easier to disallow this during compilation and just make them use += for both.
I.e. don't allow
It might be ok, however I'm not sure and its easier to disallow this during compilation and just make them use += for both.