Names (also called identifiers) in Lua can be any string of ... s = "hello world from Lua" for w in string.gmatch(s, "%a+") do print(w) end.
確定! 回上一頁