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