ref: 2affc5101e7d0d2020e567c3f2704a962e17366c dir: /lua/test/echo.lua/
-- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end