For statement
For statement. You can use this command to define an enumerate loop from one value to another value. This command can contain other commands, which will be executed at each step.
Description
Optionally, you may add comments here describing the purpose of this element.
Variable name
The name of the variable whose value will equal the current value.
val1
First
The initial value of the loop.
Last
The final value of the loop.
You can use the command Source code for more complex loops in the Gentee programming language.
uint my fornum my = 20 + defmacro.getint("myval"), 34 { $body$ }
For statement command
Eonza automation software - free, open source cross-platform program for easy creation and management of scripts.