← Back to context Comment by unsnap_biceps 3 days ago Which language(s?) have || before !=/==? 1 comment unsnap_biceps Reply anematode 3 days ago Likely they're confusing it with bitwise OR, since in C, a | b == c parses as a | (b == c), causing widespread pain.
anematode 3 days ago Likely they're confusing it with bitwise OR, since in C, a | b == c parses as a | (b == c), causing widespread pain.
Likely they're confusing it with bitwise OR, since in C, a | b == c parses as a | (b == c), causing widespread pain.