lua.wetgenes.tardis.array.add
r=it:add(b,r)
r=it:add(b,it.new())
Add b to it. b may be a number or another array of the same size as this array.
If r is provided then the result is written into r and returned otherwise it is modified and returned.