Can a function become a parameter in a function. Can’t test right now, on the way home, using my mobile device posting this sorry
but here is the code that runs on my mind
lua1.lua
outerFunction = function()
end
0-----0
require lua1
lua2.lua
func = function(outerFunction)
end
