Qurak

Decrement

Available

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

x --
x = 5; x-- → 5

Topics

Related

All 6300 functions · Use this from an MCP client