Hacker News new | ask | show | jobs
by anematode 191 days ago
Likely they're confusing it with bitwise OR, since in C, a | b == c parses as a | (b == c), causing widespread pain.