cm0002@lemmy.worldcake to Programmer Humor@programming.dev · 1 month agoTell me the truth ...piefed.jeena.netimagemessage-square168linkfedilinkarrow-up11.18Karrow-down117
arrow-up11.16Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.worldcake to Programmer Humor@programming.dev · 1 month agomessage-square168linkfedilink
minus-squarericecake@sh.itjust.workslinkfedilinkarrow-up12·1 month agoCould also store our bools as floats. 00111111100000000000000000000000 is true and 10111111100000000000000000000000 is negative true. Has the fun twist that true & false is true and true | false is false .
Could also store our bools as floats.
00111111100000000000000000000000
is true and10111111100000000000000000000000
is negative true.Has the fun twist that true & false is true and true | false is false .