++ (plus, plus)

In postfix notation, an operator which increases indicates increasing (increments) the value of a variable. So var++ is the same as var=var+1.

Related terms

Term sub categories

Programming
   symbols