Sjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 8 months agoCompareBooleanssh.itjust.worksimagemessage-square96fedilinkarrow-up1516arrow-down19
arrow-up1507arrow-down1imageCompareBooleanssh.itjust.worksSjmarf@sh.itjust.works to Programming Humor@lemmy.worldEnglish · 8 months agomessage-square96fedilink
minus-squarebleistift2@sopuli.xyzlinkfedilinkEnglisharrow-up85·8 months agoDon’t forget the invocation if (CompareBooleans(a, b) == true)
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up60·8 months agoif (CompareBooleans(CompareBooleans(a, b), true))
minus-squareTriflingToad@lemmy.worldlinkfedilinkEnglisharrow-up11·8 months agoI don’t like this thread anymore :(
minus-squareLog in | Sign up@lemmy.worldlinkfedilinkEnglisharrow-up4·8 months agoNo, no, this is actually the only correct code in the thread.
minus-squareMyTurtleSwimsUpsideDown@fedia.iolinkfedilinkarrow-up18·8 months agoelseif(CompareBooleans(b,a) != false)
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…
elseif(CompareBooleans(b,a) != false)