... function get_name() local name local index repeat io.write("Enter name (last, first):\n") name = io.read() index = string.find(name, ...
確定! 回上一頁