Created
November 1, 2015 04:00
-
-
Save Grumblesaur/29bf91bea7404c05bf0b to your computer and use it in GitHub Desktop.
What are conditionals? (Some badcode found on Github)
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
} else { | |
// | |
if(1){ | |
printf("Invalid Command: %s\n", line); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment