@vova.k,
I am afraid, it is unlikely that we will consider adding of tags to support while
and do-while
loops in the near future. However, it is possible to use foreach
tags for looping even now. You can encapsulate required conditions for stopping of a loop into an Iterable
implementation and use it with a foreach
tag. Information on using of the tag can be found in the following article:
If you may have issues when implementing Iterable
the way you need for looping, then please provide complete details of your use-case/scenario to be able to assist you any further.