Optimized the common case int_variable += integer about 30-50%. Non-integer += is ~1% slower (not counting the actual operation, I tried with string s; (do 1M times) s+=""). Rev: src/interpret_functions.h:1.59