𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer Humor · 2 years agoi++imagemessage-square34linkfedilinkarrow-up1401arrow-down13
arrow-up1398arrow-down1imagei++𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟 to Programmer Humor · 2 years agomessage-square34linkfedilink
minus-square🇨🇦 tunetardis@lemmy.calinkfedilinkarrow-up5·2 years agoI saw while(i --> 0) in someone else’s code and thought wth is this --> operator? Then I realized it’s while(i-- > 0) and thought cool, I gotta do this!
I saw
while(i --> 0)
in someone else’s code and thought wth is this-->
operator? Then I realized it’swhile(i-- > 0)
and thought cool, I gotta do this!