Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created December 6, 2009 01:14
Show Gist options
  • Save aarongustafson/249958 to your computer and use it in GitHub Desktop.
Save aarongustafson/249958 to your computer and use it in GitHub Desktop.
if ( a++, b == 5 )
{
// always increments a, but ONLY enters the block if b == 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment