do print(word) end function split(string, delimiter) -- Got this function from https://helloacm.com/split-a-string-in-lua/ result = {}; for match in ...
確定! 回上一頁