Created
January 1, 2018 21:47
-
-
Save ryanckulp/2ff8ecdf12ee464ad09cedda89bc4d54 to your computer and use it in GitHub Desktop.
if example with 2 variables in Ruby
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 x == y | |
alert "Correct!" | |
else | |
alert "Incorrect!" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment