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