K
Kurt M. Dresner
Ok, so I did
a = Array.new(number, [])
It's really bothering me that if I do a = n, all of a is now n.
Is there a graceful way to get around this?
-Kurt
a = Array.new(number, [])
It's really bothering me that if I do a = n, all of a is now n.
Is there a graceful way to get around this?
-Kurt