Implement support for array equality comparisons
Add support for comparing entire arrays, e.g. [3, 3, 3] == array(i, 3, 3)
should evaluate to true
.
Add support for comparing entire arrays, e.g. [3, 3, 3] == array(i, 3, 3)
should evaluate to true
.