For Statement
You can use this command for a loop in which the counter changes from one value to another and nested commands are executed every time the counter changes.
Initial value
Enter the initial counter value.
Final value
Enter the final counter value. If it is lower than the initial value, the counter will decrease by 1.
Index Variable
You can specify a variable name to get the current counter value. If no variable is specified, the counter name is index.
The result of the script