Sjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 8 months agoCompareBooleanssh.itjust.worksimagemessage-square79fedilinkarrow-up174arrow-down10
arrow-up174arrow-down1imageCompareBooleanssh.itjust.worksSjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 8 months agomessage-square79fedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up10·8 months agoDon’t forget the invocation if (CompareBooleans(a, b) == true)
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up9·8 months agoif (CompareBooleans(CompareBooleans(a, b), true))
minus-squareTriflingToad@lemmy.worldlinkfedilinkEnglisharrow-up8·8 months agoI don’t like this thread anymore :(
minus-squareLog in | Sign up@lemmy.worldlinkfedilinkEnglisharrow-up2·8 months 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…