INCREMENT Adds 1 to the given argument
Categoryname
INCREMENT value
value - Numeric value to be increased by 1
This method has no refinements
INCREMENT Adds 1 to the given argument
Instead of writing
counter: counter + 1
you can write
INCREMENT counter
This is the operator that in C is often seen in the form "i++"