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