Associative array/Creation: Difference between revisions

m
Line 957:
 
The same as the above with the new literal syntax in clang 3.1+ / Apple LLVM Compiler 4.0+ (XCode 4.4+) :
<lang objc>NSDictionary *dict = @{
NSDictionary *dict = @{
@"name": @"Joe Doe",
@"age": @42,
Anonymous user