michael@0: michael@0: function testInt(x) { michael@0: var a = x|0; michael@0: return (a !== a); michael@0: } michael@0: assertEq(testInt(10), false);