Array::operator[]

Quick doc inconsistency:

The documentation says that Array::operator[] returns 0 on bad index. The code suggests a new instance of whatever is returned.

Quite right, ta, I’ll tidy that up!