Qurak

PreIncrement

Available

Pre-increment — adds 1, then returns the new value.

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

Topics

Related

All 6300 functions · Use this from an MCP client