Sha256: f23439fe1668516d71ef24ead3dd4c0ccdf6e930a157332cc78d6c2d712ac2ea

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

#import "Somefile.h"

NSDictionary *dictionary = [NSDictionary dictionaryWithObjectsAndKeys:
    @"quattuor", @"four", @"quinque", @"five", @"sex", @"six", nil];


NSString *key;
for (key in dictionary) {
    NSLog(@"English: %@, Latin: %@", key, [dictionary valueForKey:key]);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pygments.rb-0.1.3 vendor/Pygments-1.4/tests/examplefiles/objc_example.m
pygments.rb-0.1.2 vendor/Pygments-1.4/tests/examplefiles/objc_example.m