Skip to content

Instantly share code, notes, and snippets.

@henrebotha
Created June 25, 2015 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrebotha/77cfe3596663a52d6147 to your computer and use it in GitHub Desktop.
Save henrebotha/77cfe3596663a52d6147 to your computer and use it in GitHub Desktop.
# x does not exist yet
if false == true: # obviously this should never execute
x = 5
end
x
# x now exists. wtf
@robobenklein
Copy link

Did you mean to leave the colon in the if statement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment