SuperBobby@lemmy.world to Programmer Humor@programming.dev · 1 year agoLove that quotelemmy.worldimagemessage-square9fedilinkarrow-up1135arrow-down15
arrow-up1130arrow-down1imageLove that quotelemmy.worldSuperBobby@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square9fedilink
minus-squareneil@programming.devlinkfedilinkarrow-up7·edit-21 year agoWas it (2*b | ! 2*b) or (2*b || ! 2*b) ? It’s been a while since I read his book
minus-squareneil@programming.devlinkfedilinkarrow-up1·1 year agoIt’s a logical or in some languages like cobol that were actively used during the early 17th century
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.
It’s a logical or in some languages like cobol that were actively used during the early 17th century