34,333
edits
Changes
→Increment and Decrement Operators
== Increment and Decrement Operators ==
Another useful shortcut can be achieved using the Objective-C# increment and decrement operators(also referred to as ''unary operators'' because they operate on a single operand). As with the compound assignment operators described in the previous section, consider the following Objective-C# code fragment:
<pre>