Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- O=debug.getinfo(3)
- if not O then error"O not found"end
- --if O.source:sub(-8)~="wget.lua"then error("Source is:"..O.source)end
- print("Src:",O.source)
- for i=1,9 do
- print(i,debug.getlocal(3,i))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement