night_of_knee@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoCan we finally put this one to rest?lemmy.worldimagemessage-square3fedilinkarrow-up120arrow-down12file-text
arrow-up118arrow-down1imageCan we finally put this one to rest?lemmy.worldnight_of_knee@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square3fedilinkfile-text
minus-squareThe Quuuuuill@slrpnk.netlinkfedilinkarrow-up1·2 years agoif (a < b) { return true; } else if (b < a) { return false; } else { return "A == B, bro" }
if (a < b) { return true; } else if (b < a) { return false; } else { return "A == B, bro" }