Programming

Programming

Programming commands (if and while statements, functions, source code).

Call functionExecutes a function.
Exit/RebootExits the installation or the uninstallation program, or reboot the user's computer.
For statementFor statement.
FunctionThe command allows you to define a function that you can be called with Call function command later.
If statementConditional expression.
Source codeThis command allows you to use your own scripting by using Gentee programming language.
Split & For statementThis commands splits initial text to array of items and execute a body with the each item of the array.
While statementWhile statement.