Qurak

Increment

Available

Post-increment — returns the old value, then adds 1.

x ++
x = 5; x++ → 5

Topics

Related

All 6300 functions · Use this from an MCP client