local t = {} t[1000] = "hi" ----------------- when break the script,the table t show empty,is it a bug?
local t = {}
t[1000] = "hi"
when break the script,the table t show empty,is it a bug?