Skip to content

PreDecrement (--x)

Pre-decrement — subtracts 1, then returns the new value.

$ wo 'x = 5; --x'
4