local p = { fnHelloworld = function(frame) strName = frame.args.name or "Unknown" return "Hello from Lua to my pal" .. strName end } return p