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