𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agoi++programming.devimagemessage-square34fedilinkarrow-up1297arrow-down12
arrow-up1295arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square34fedilink
minus-squaretunetardis@lemmy.calinkfedilinkarrow-up5·1 year 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!