Created
June 25, 2015 19:12
-
-
Save henrebotha/77cfe3596663a52d6147 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
# x does not exist yet | |
if false == true: # obviously this should never execute | |
x = 5 | |
end | |
x | |
# x now exists. wtf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you mean to leave the colon in the if statement?