Closed Maltysen closed 8 years ago
you didn't implement equality (and idk what else you forgot, this was the only one I found) for Number and anything else.
Number
1=="adasdas" gives an error, so does 1==true
1=="adasdas"
1==true
Duplicate
you didn't implement equality (and idk what else you forgot, this was the only one I found) for
Number
and anything else.1=="adasdas"
gives an error, so does1==true