-- (minus, minus)

In postfix notation, an operator which reduces (decrements) the value of a variable. So var-- is the same as var=var-1.

Related terms

Term sub categories

Programming
   symbols