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
に
なるのはなぜですか?nil
print("value of implicit table:",...)
select(1,...)