Skip to content

PreIncrement (++x)

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

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