@monorail hmmmmmmm
@monorail I think a while loop would be better but I'm not sure I would give enough of a shit in a code review because either way would look Weird
@wallhackio ??? Iterating i over a range of numbers is a very typical use for a for loop, why are you saying that a while loop would be better?!
@wallhackio @vaporeon_ i bet you could write this loop in the form for (; [nasty conditional]; i++) { }, which would be the funniest option
@wallhackio @vaporeon_ to be clear the one liner was not remotely a serious suggestion, it'd be terrible
@aescling @vaporeon_ whenever I end up writing something like that I tend to convert it to a while loop but that's just a style thing