# README
lua
exec lua type script
Usage
# params is dict
function EvalCall(params)
print(params)
print("Hello, world!")
end
# Functions
No description provided by the author
exec lua type script
# params is dict
function EvalCall(params)
print(params)
print("Hello, world!")
end