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