Whats the best way to flip variable:Number polarity from + to - and back.
Is there an actual [COLOR=blue]method[/COLOR], or do you just assign the var to itself…
eg…
speed = 5;
speed = -speed
Whats the best way to flip variable:Number polarity from + to - and back.
Is there an actual [COLOR=blue]method[/COLOR], or do you just assign the var to itself…
eg…
speed = 5;
speed = -speed
:: Copyright KIRUPA 2024 //--