Skip to content

Instantly share code, notes, and snippets.

@nitrix
Created March 30, 2013 01:35
Show Gist options
  • Save nitrix/5274876 to your computer and use it in GitHub Desktop.
Save nitrix/5274876 to your computer and use it in GitHub Desktop.
switch (test_no) {
case 1: return gr;
case 2: return gr | eq;
case 3: return less;
case 4: return less | eq;
case 5: return eq;
case 6: return !eq;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment