Skip to content

Decrement (x--)

Post-decrement — returns the old value, then subtracts 1.

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