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