Hacker News new | ask | show | jobs
by ljcn 2435 days ago
~= means not equal in MATLAB. Also it often means one's complement (C and others). Hence the gp used it to mean NOT.
1 comments

Lua as well (uses ~= instead of !=).