function owo() -- Nothing because uwu is superior end function uwu_or_owo(uwu) if uwu == "uwu" then print("uwu") elseif uwu == "owo" then os.execute('xdg-open "http://www.google.com/search?site=imghp&tbm=isch&q=no"') else print("Something weird probably happend...") end end function uwu() print("uwu or owo?") uwu = io.read() uwu_or_owo(uwu) end uwu()