close to the lua func goal.

This commit is contained in:
2025-12-30 19:30:19 +01:00
parent fb041f6570
commit f54e09098a
7 changed files with 95 additions and 65 deletions

View File

@@ -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