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