Changes

Jump to: navigation, search

Objective-C Operators and Expressions

101 bytes added, 14:51, 7 October 2009
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>

Navigation menu