0 Users appreciate this thread.
Javascript math Operators
djl12328 (2013-05-22 22:18:20)You could also use x += 1. That operates the same way as x = x + 1.
www.dark-isle.weebly.com
Log in to submit a comment
Back to forum: Programming (Python, Java, Delphi/Pascal, C, VB, etc)
New registered users today: 7
Newest registered user: ElegantVulpes
x = x + 1
That looks like a paradox