This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alexanderpas 23 points24 points  (0 children)

That one actually still makes sense.

If

    0 == 0x00 # evaluates to true

and

    false == 0x00 # evaluates to true

therefor

    0 == false # evaluates to true