Posted 21 December 2012 - 09:43 AM
This is someting srong on this code… can you fix it?
print("Ready to start?")
write("=> ")
ready = io.read()
if ready == "Yes" or "yes" then
print("Your choice is yes")
elseif ready == "No" or "no" then
print("Your choice is no")
else
print("Wrong choice")
end