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