I haven't noticed a problem with it - but if you need to, just separate it with parenthesis and it should work fine.
(3 - 2) - 1 = 0
* Also - the above is actually correct when you look at it from the other way around (paren added for emphasis) :
3 - (2 - 1) = 2