Skip to content

Instantly share code, notes, and snippets.

@atirut-w
Created January 24, 2018 05:41
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 atirut-w/4d5d1dd6bb0d7df5cc19862ccea5eb89 to your computer and use it in GitHub Desktop.
Save atirut-w/4d5d1dd6bb0d7df5cc19862ccea5eb89 to your computer and use it in GitHub Desktop.
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