guber@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 1 year agoternary opruleatorimagemessage-square19linkfedilinkarrow-up191arrow-down17file-textcross-posted to: lemmyshitpost@lemmy.world
arrow-up184arrow-down1imageternary opruleatorguber@lemmy.blahaj.zone to 196@lemmy.blahaj.zoneEnglish · 1 year agomessage-square19linkfedilinkfile-textcross-posted to: lemmyshitpost@lemmy.world
minus-squareSeductiveTortoise@piefed.sociallinkfedilinkEnglisharrow-up9·edit-21 year agoreturn true === (a === b) ? true : false Now that I think of it, the return of false should be a casted integer. Just to add horror.
return true === (a === b) ? true : falseNow that I think of it, the return of false should be a casted integer. Just to add horror.