This subtracts {{Code|literal|1}} from the variable {{Code|variable|Spike}} and then from {{code|variable|cider}}.
+
This subtracts {{Code|literal|1}} from the variable {{Code|variable|Spike}} and then from {{code|variable|cider}}, and then subtracts {{code|variable|Spike}} from {{code|variable|cider}}.
Its Java equivalent is as follows:
Its Java equivalent is as follows:
Revision as of 15:44, November 29, 2012
The decrement operator is a special case of subtraction, and subtracts the a number from a variable. This cannot be used on literals or constants. This operator is a single instruction by itself and can only affect one variable at a time.