Javascript Number eq(right) return this == right };
Number.prototype.eq = function(right) { return this == right };