Skip to content

Increment (x++)

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

$ wo 'x = 5; x++'
5