local p = {} function p.main(frame) local str1,str2 =table.unpack({"a","b"}) return "str1=" .. str1 .. "str2=" .. str2 end return p