Skip to content
Snippets Groups Projects
Commit 5eee4fe0 authored by Ted Nyman's avatar Ted Nyman
Browse files

Latest pygments

parent e87424cb
No related branches found
No related tags found
No related merge requests found
Showing
with 2132 additions and 3 deletions
Loading
Loading
@@ -23,3 +23,10 @@ for (key in dictionary) {
NSLog(@"English: %@, Latin: %@", key, [dictionary valueForKey:key]);
}
 
// Literals
NSArray *a = @[ @"1", @"2" ];
NSDictionary *d = @{ @"key": @"value" };
NSNumber *n1 = @( 1 );
NSNumber *n2 = @( [a length] );
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment