close to the lua func goal.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
tm = require("tm")
|
||||
|
||||
function func_to_executed(param)
|
||||
local module = {}
|
||||
|
||||
function module.func_to_be_executed(param)
|
||||
-- return tm.gd(param)
|
||||
return param
|
||||
end
|
||||
end
|
||||
|
||||
return module
|
||||
Reference in New Issue
Block a user