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