Entry tags:
(no subject)
luac -l -l file.lua | awk "/_ENV/ { print $9 }" | sort -u | sed s/\"//g
only problem is (Busybox?) sed breaks pipes and redirection.
only problem is (Busybox?) sed breaks pipes and redirection.
table.element
is faster than table["element"]
local ref = _G.table.element
-- use ref
local table = _G.table
-- use table.element