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 reflocal table = _G.table
-- use table.element