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