The rule represents a traditional "for" loop. The context parameter is initialized before the first loop iteration. The loop ...

The rule represents a traditional "for" loop. The context parameter is initialized before the first loop iteration. The loop statements get executed while the content of the context parameter satisfies the comparison with the provided value. The step value is applied at the end of each loop iteration.