SuperBobby@lemmy.world to Programmer Humor@programming.dev · 1 year agoLove that quotelemmy.worldimagemessage-square10fedilinkarrow-up1126arrow-down13
arrow-up1123arrow-down1imageLove that quotelemmy.worldSuperBobby@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square10fedilink
minus-squareneil@programming.devlinkfedilinkarrow-up9·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-up2·1 year agoIt’s a logical or in some languages like cobol that were actively used during the early 17th century
minus-squareSpy@programming.devlinkfedilinkarrow-up1·1 year agoOh yeah, I took the history of Cobol usage that one year should have remembered that
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 logical or in some languages like cobol that were actively used during the early 17th century
Oh yeah, I took the history of Cobol usage that one year should have remembered that
It’s a binary ‘or’ operator.