Created
March 30, 2013 01:35
-
-
Save nitrix/5274876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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