12.04.2013, 20:15
Quote:
They are not alike at all really. pawn-lang.pdf is a GREAT resource!
|
I mean, in Assembly, the only loops you can do are actually conditioned jump statements, that rely on flag states.
My point was, you can basically do most of the loops you do with while/do-while using goto. (EVEN THOUGH they are not meant to serve the same purposes)
And the questions that come up from it - would it be the same? Slower? Faster? Code-wise - would it be better?