Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

<! is less than or not equal right? which is a strict subset of !=, since anything < by definition is !=


> <! is less than or not equal right?

No, it is less-than-not, not less-than-or-not-equal-to.

That is <!x is the same as < (!x); if x is true-ish, it is “< false” and if x is false-ish it is “< true”.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: