>>-fill(value)-------------------------------------------------><
Example 5.139. Array class - fill method
a = .array~new(3,3) a~fill(0) -- initialize the matrix to all zeroes.