Home

Making an Objective-C Statement

|
|  Updated:  
2016-03-26 16:12:31
C All-in-One Desk Reference For Dummies
Explore Book
Buy On Amazon

Programming iOS and Mac OS X apps in Objective-C is about making a statement. You can recognize a statement in Objective-C immediately by noting the semicolon at the end:

statement;

You will see other lines of code, but unless the line ends with a semicolon, it is not an Objective-C statement.

About This Article

This article is from the book: 

About the book author: