I want to ask something. What is the difference between a variable set and a change variable?
At first, I set the value of variable = 0 which means I put in “set variable”. then I change the variable to = 1 which means I’m using “change variable”
I have to apologize… I see where I confused you. Yes, if X=2 and you change X by -3, the result would be -1. I’m so sorry, I was intending that X is 6 because of the previous line and so changing X by -3 would give you 3.