For Lua, that means "index the table io using the string "read" as the key". ... 20 print(a["x"]) --> 20 a = nil -- now only `b' still refers to the table b ...
確定! 回上一頁