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 (default limit) is regarded as endless.

In addition to loop operators for repeating code execution you can use the menu method for iterating over rows of a table and the foreach method for iterating over elements of a hash.


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