Open snixtho opened 1 year ago
In cases where you don't have a list to loop through but would want greater control over the iteration, there should be a for loop available.
For example, following the similar style like if and foreach, it could be something like this:
<Label for="var i = 0; i < 10; i++" />
In cases where you don't have a list to loop through but would want greater control over the iteration, there should be a for loop available.
For example, following the similar style like if and foreach, it could be something like this: