2009-03-26

Objective C W.I.P

The @ symbol (or at symbol)

anything preceeded with an @ is a compiler directive. keywords have specific meanings too numerous to list.

@"a string"
an immutable/constant string.

@32
an immutable/constant int.

8 comments: