Sjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 25 days agoCompareBooleanssh.itjust.worksimagemessage-square80fedilinkarrow-up172arrow-down10
arrow-up172arrow-down1imageCompareBooleanssh.itjust.worksSjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 25 days agomessage-square80fedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up10·25 days agoDon’t forget the invocation if (CompareBooleans(a, b) == true)
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up8·25 days agoif (CompareBooleans(CompareBooleans(a, b), true))
minus-squareTriflingToad@lemmy.worldlinkfedilinkEnglisharrow-up7·24 days agoI don’t like this thread anymore :(
minus-squaredavidagain@lemmy.worldlinkfedilinkEnglisharrow-up1·24 days agoNo, no, this is actually the only correct code in the thread.
Don’t forget the invocation
if (CompareBooleans(a, b) == true)
if (CompareBooleans(CompareBooleans(a, b), true))
I don’t like this thread anymore :(
No, no, this is actually the only correct code in the thread.
that… actually works…