34,333
edits
Changes
→What is an Objective-C Constant?
== What is an Objective-C Constant? ==
<google>ADSDAQBOX_FLOW</google>
A constant is similar to a variable in that it provides a named location in memory to store a data value. Constants differ in one significant way in that once a value has been assigned to a constant it cannot subsequently be changed.
</pre>
The above code will, once again, result in a compilation error.
== Type Casting Objective-C Variables ==