Concept Flow - Assignment operators
Start
Evaluate right side
Apply operator with left side
Store result in left variable
End
Assignment operators take the value on the right, combine it with the left variable using the operator, then store the result back in the left variable.