31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
_G["开局说明"]()
_G["通关邀请"]()
--~ load("Debu", "example.lua", "t")
--~ rawlen(_G)
--~ a=0
--~ for k, v in pairs(_G) do
--~ Debug.ShowHint(tostring(rawlen(_G)))
--~ Debug.ShowHint(tostring(v))
--~ a=a+1
--~ if a > 100 then
--~ break
--~ end
--~ end
--~ Debug.ShowHint(tostring(#_G))
|
|
|
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
_G["开局说明"]()
_G["通关邀请"]()
--~ load("Debu", "example.lua", "t")
--~ rawlen(_G)
--~ a=0
--~ for k, v in pairs(_G) do
Debug.ShowHint(tostring(Debug))
--~ Debug.ShowHint(tostring(v))
--~ a=a+1
--~ if a > 100 then
--~ break
--~ end
--~ end
--~ Debug.ShowHint(tostring(#_G))
|