Y
Hacker News
new
|
ask
|
show
|
jobs
by
anon4
4394 days ago
Yes, such languages exist, and even in C++
if (x == true)
is different from
if (x)
, given that x is any number kind other than boolean, but my comment was only for the case when the two would be equivalent.