Open main menu
Changes
Objective-C Operators and Expressions
23 bytes added
,
19:57, 31 March 2011
→
Compound Assignment Operators
x += y
</pre>
<google>IOSBOX</google>
The above expression performs exactly the same task as ''x = x + y'' but saves the programmer some typing.
← Older edit
Newer edit →
Neil
Bureaucrat
,
administrator
34,333
edits