function tell(num,...)
print("value of implicit table:",arg)
--print("value of implicit table:",...)
select(1,arg)
--select(1,...)
end
tell(12,43,12,55)
式で を使用...すると、 の値がorなどargに
なるのはなぜですか?nilprint("value of implicit table:",...)select(1,...)