Changes

Jump to: navigation, search

Objective-C 2.0 Operator Precedence

3 bytes added, 14:05, 12 October 2009
Overriding Operator Precedence
</pre>
In the above example, the expression fragment enclosed in parentheses is evaluated before the higher precedence multiplication resulting in the expression equaling 300 instead of the 210 result we saw when we allowed precedence to take effect:
<pre>
2009-10-09 11:42:43.845 t[5630] Result is 300
</pre>

Navigation menu