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