It sets the value on the left to be itself minus the value on the right (for example, i-=3 is the same as i = i-3). It’s called the subtraction-assignment operator.
what does the the -= operator do
headspace boag
You’re probably looking for http://www.headscape.co.uk/.
