Mathematica > Assignments >

PreIncrement (++)

++x
increases the value of x by 1, returning the new value of x.
  • ++x is equivalent to x=x+1.
New in 1
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team