🌈 搜索
📅  最后修改于: 2022-03-11 14:54:55.633000             🧑  作者: Mango
function myfunction(a,b,c) b = b or 7 c = c or 5 print (a,b,c) end