Definitions for "Incrementing"
The process of increasing the value of a variable. This is usually done using either ++ (if you want to increase the value by 1) or += (if you want to increase it by some other value). See also Decrementing