Making an Objective-C Statement

Programming iPhone and Mac 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.




dummies

Source:http://www.dummies.com/how-to/content/making-an-objectivec-statement.html

No comments:

Post a Comment