Created
April 9, 2009 09:46
-
-
Save wancw/92354 to your computer and use it in GitHub Desktop.
This file contains 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
if (a == 1) | |
return 1; | |
else if (a == 2) | |
return 2; | |
else if (a == 3) | |
return 3; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment