SuperBobby@lemmy.world to Programmer Humor@programming.dev · 1 year agoLove that quotelemmy.worldimagemessage-square7fedilinkarrow-up168arrow-down12
arrow-up166arrow-down1imageLove that quotelemmy.worldSuperBobby@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square7fedilink
minus-squareneil@programming.devlinkfedilinkarrow-up2·edit-21 year agoWas it (2*b | ! 2*b) or (2*b || ! 2*b) ? It’s been a while since I read his book
Was it
(2*b | ! 2*b)
or(2*b || ! 2*b)
? It’s been a while since I read his bookWhat is | I only know ||
It’s a binary ‘or’ operator.