local p = {}; function p.main(frame) local args = frame.args; return table.concat(args); end return p;