We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › x++, what does it mean and how is it used
Page Index Toggle Pages: 1
x++, what does it mean and how is it used? (Read 1025 times)
x++, what does it mean and how is it used?
Apr 28th, 2010, 4:19pm
 
What does the "x++" mean, and how can it benifit me? Specifically the "++"
Re: x++, what does it mean and how is it used?
Reply #1 - Apr 28th, 2010, 6:58pm
 
"x++"
Return the value of x, but then add one to x.
Re: x++, what does it mean and how is it used?
Reply #2 - Apr 29th, 2010, 2:11am
 
The reference is a useful reading: ++ (increment)
Page Index Toggle Pages: 1