1729 = 93 + 103 = 13 + 123

About Me

My Photo
I am a Cocoa Developer & Enthusiast working on Mac & iOS apps. I am also learning Japanese and run the Des Moines Cocoaheads and local NSCoder Night. About.me/colinwheeler

Saturday, September 12, 2009

Test

Testing Some CSS Stuff... nothing to see here

typedef void (^MyBlock)(void);

MyBlock inBlock = ^{
for (int i = 0; i < 10; i++) {
NSLog(@"Doing Something with... %i",i);
}
}; //<-- remove this semicolon here...

inBlock(); //<-- ..and clang says it's missing a ';' here

0 comments:

Blog Archive

Search