Name:
Anonymous
2008-02-12 15:50
What the fuck Microsoft, why must everything you do be non-standard?
Name:
Anonymous
2008-02-13 6:39
<> less than or greater than (ie, not equal, fuckhead)
O RLY?
(/ 0. 0.)
+nan.0
(define NaN (/ 0. 0.))
(or (> NaN NaN) (< NaN NaN))
#f
(not (= NaN NaN))
#t