<variable>
++
Description
This is a shorthand way to add
1
to a variable.
It is translated internally to be:
add(<
var
>, 1)
Related information
add()
Mathematics