Loop-operators

Loop is a process when a certain succession of actions is executed multiple times.

There are two loop-operators in Parser:

for-number of repetitions is limited by specified counter's values

and

while-number of repetitions depends on condition.

To avoid endless loops, Parser uses built-in endless loop detection mechanism. Any loop whose body is implemented more than 20'000 times is regarded as endless.


Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 28.11.2005