4.1.3 win/eclipse
var x = 2, y= 4;
if(x) {LOG.println(true);} else {LOG.println(false);}
if(y) {LOG.println(true);} else {LOG.println(false);}
if(x && y) {LOG.println(true);} else {LOG.println(false);}
prints
true
true
false <--- bug
-
_psx_
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Comment-
_psx_
-
Cancel
-
Vote Up
0
Vote Down
-
-
More
-
Cancel
Children