EvoEsports / ManiaTemplates

A templating engine to use for ManiaLinks, an XML based markup language for the game Trackmania.
GNU General Public License v3.0
2 stars 0 forks source link

For loop #14

Open snixtho opened 1 year ago

snixtho commented 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++" />