Commands
Commands are used to create the logical structure of a program.
In iVProg you can add the following commands:
- Main Commands
- data input (read);
- data output (print);
- comment insertion;
- assignment (set value for some variable);
- call function (used to generate a value);
- selection command;
- fixed loop command (type loop for);
- repeat command with input condition (loop of type repeat while);
- repeat command with output condition (type loop repeat until);
- selection command from several options;
- return command (used in functions).
Main Commands
Note that context commands are only available on supported commands and are accessed through the icon
Contextual Commands