Hi guys.

I do have an Question about while loops.

if i have an while loop like this:

Code:
while(!anyvar)
{do something }



without an wait(1) in it, does this while loop repeat faster than 1 frame?
If yes, how fast is it repeated? (roundabout)
And such an while loop would not give an possible endless loop error, is that right too?

greetings Mike