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