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