Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created September 20, 2012 09:23
Show Gist options
  • Select an option

  • Save onevcat/3754879 to your computer and use it in GitHub Desktop.

Select an option

Save onevcat/3754879 to your computer and use it in GitHub Desktop.
call a block
// Call similar to a C function call
int x = -101;
NSLog(@"%d %@ number", x, isInputEven(x) ? @"is an even" : @"is not an even");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment