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