Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save onevcat/3754892 to your computer and use it in GitHub Desktop.
block outer var use 2
price = .99;
NSLog(@"Ordering %d units, final price is: $%2.2f", orderQuantity, finalPrice(orderQuantity));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment