Decrement (--)

WMA link


Decrement[x]

x--

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

Decrement a numerical value:

Decrement all values in a list:

Compare with PreDecrement which returns the value before updating, and Increment which goes the other way.

AddTo
DivideBy