Created
January 24, 2018 05:41
-
-
Save atirut-w/4d5d1dd6bb0d7df5cc19862ccea5eb89 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
io.write("Do yu no da wae?: ") | |
wae = io.read() | |
if wae == "yes" then | |
print("Yu do not no da wae!") | |
elseif wae == "no" then | |
print("Yu ar sucks") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment