Join Slack
Powered by
So sequence of inc() and dec() applying is: ``` v...
# getting-started
s
semoro
10/05/2016, 4:52 PM
So sequence of inc() and dec() applying is:
Copy code
var a = Vec2(0,0) // var b = a++ val prevA = a val newA = a.inc() a = newA var b = prevA
Open in Slack
Previous
Next