/
Loop, Iteration, For (loop) / deprecated!

Loop, Iteration, For (loop) / deprecated!

Control flow statement for specifying iteration, which allows code to be executed repeatedly.

We can iterate on a list or on a numeric range


Deprecated in 3.0.0. Please check the new one: Loop, Iteration, For (loop) / deprecated!!

Usage

<loop start=""? end=""? list=""? indexVarName=""? varName=""? till=""?>
	something to repeat
</loop>

! -mandatory , ? - optional

either list or start and end is mandatory

Example




Related content