arg.lua 107 B

123456
  1. a_st="command args:"..tostring(#arg);print(a_st);print("")
  2. for i=0,(#arg),1 do
  3. print(arg[i])
  4. end