Hacker News new | ask | show | jobs
by robofanatic 1150 days ago
that's a good attempt to represent the original "not equal" symbol ≠ better than <> used by t-sql
2 comments

<> is simply "<" or ">" in the same way you have >= (">" or "=") and <= ("<" or "=").

It's obviously not meant to look like ≠.

And pascal!