← Back to context Comment by unsnap_biceps 2 days ago Which language(s?) have || before !=/==? 1 comment unsnap_biceps Reply anematode 2 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 2 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.