Skip to content

Instantly share code, notes, and snippets.

@rbe
Created August 25, 2012 12:21
Show Gist options
  • Select an option

  • Save rbe/3464822 to your computer and use it in GitHub Desktop.

Select an option

Save rbe/3464822 to your computer and use it in GitHub Desktop.
int = 12;
boolean b;
b = 12 == (3 | 6 | 5 | 7 | 32);
b = 12 == 39;
b = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment