what "System: LoopIndex < 100" does?
It prevents infinite loop. Normally it does nothing, but if you make a mistake in your code and create an infinite loop, the preview window or even the editor window may freeze.
That's why I always add this condition to While loops.