Skip to content

Instantly share code, notes, and snippets.

@hechien
Created July 4, 2011 03:43
Show Gist options
  • Save hechien/1062890 to your computer and use it in GitHub Desktop.
Save hechien/1062890 to your computer and use it in GitHub Desktop.
Closure access variables.
int age = 23;
^{
NSLog(@"My age is: %d", age);
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment