Y
Hacker News
new
|
ask
|
show
|
jobs
by
Doxin
597 days ago
"a == b == c" translates to "a == b and b == c", similarly "a != b !=c" translates to "a != b and b != c"