Qurak

PreDecrement

Available

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

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

Topics

Related

All 6300 functions · Use this from an MCP client