• @tunetardis
    link
    611 months ago

    I 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!