Thread: [Solved] Loop headers
View Single Post
Vieni
Member
Join Date: Apr 2018
Old 06-09-2020 , 18:57   Re: Loop headers
Reply With Quote #3

And why is that if I create a for loop like this
HTML Code:
for(new i; statement; i++)
the i variable ain't restarted at every loop creating a possible infinite loop?

Then does this whole stuff look something like this?
HTML Code:
for(<done at start>; <checked every loop>; <done every loop>)

Last edited by Vieni; 06-09-2020 at 18:57.
Vieni is offline