Increment

WMA link


Increment[x]

x++

increments x by 1, returning the original value of x.

Increment a numeric value:

Increment a symbolic value:

Increment all values in a list:

x++; x
= {2, 4, 6}

Grouping of Increment, PreIncrement and Plus:

Compare with PreIncrement which returns the value before update.

DivideBy
PreDecrement