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