Search This Blog
Thursday, 30 June 2016
Wednesday, 29 June 2016
Tuesday, 28 June 2016
Objective-C Tokens
Objective-C tokens
[1]
Semicolon :
(;) it is used for terminate statement.
(;) it is used for terminate statement.
[2]Comments
/* Comment */
[3]
Identifiers
:Variables as like c language
[4]Keywords
auto
|
|||
break
|
|||
case
|
|||
char
|
|||
const
|
|||
continue
|
|||
default
|
|||
do
|
|||
double
|
|||
NSObject
|
|||
property
|
|||
weak
|
switch
| ||||||||||||||||||||||||||||||||||||
typedef
| ||||||||||||||||||||||||||||||||||||
union
| ||||||||||||||||||||||||||||||||||||
unsigned
| ||||||||||||||||||||||||||||||||||||
void
| ||||||||||||||||||||||||||||||||||||
volatile
| ||||||||||||||||||||||||||||||||||||
while
| ||||||||||||||||||||||||||||||||||||
_Packed
| ||||||||||||||||||||||||||||||||||||
implementation
| ||||||||||||||||||||||||||||||||||||
CGFloat
| ||||||||||||||||||||||||||||||||||||
strong
| ||||||||||||||||||||||||||||||||||||
readonly
|
[5] whitespace
in objective c
Blank line is a line
containing only whitespace, possibly with a comment, and which is ignores .
Subscribe to:
Posts (Atom)