For Statements in Trillium
In Trillium the for keyword indicates a loop. The for loop executes a block of statements repeatedly until the specified condition yields false.
For Loops in Trillium require a condition that will keep the block executing until that condition is met 'for i = 1 to 10'
For Loops Explained
Below is a basic example of a for loop in Trillium