new 33c0e9569b8825f53d773343cc90e4377118edca
[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