new 4475edb243ed4627f4c5f2c470ca40b3def034d4
[tagua/yd.git] / lua / test / echo.lua
blob4313439a855a73a7a63eb39124cb316694514b9b
1 -- echo command line arguments
3 for i=0,table.getn(arg) do
4 print(i,arg[i])
5 end