function bind(f,...) args={...} print(f) table.foreach(args,print) end bind(1,"2") output:11 2I think the right behaivor is:12Regards,Linker Linlinker.m.lin@gmail.com