# README
lua
exec lua type script
Usage
# params is dict
function EvalCall(params)
print(params)
print("Hello, world!")
end
exec lua type script
# params is dict
function EvalCall(params)
print(params)
print("Hello, world!")
end