What does that mean?
Does the variable with the lower value get the value of the other varable?
variableOne += variableTwo;
variableOne += variableTwo;
variableOne = variableOne + variableTwo; // and variableOne = variableOne - variableTwo;