| Command | Purpose
|
| »Do While | Start of a loop in an input file for geometry optimization with conditional termination.
|
| »Foreach | Start of a loop in an input file over a number of items.
|
| »EndDo | End of a loop in an input file.
|
| »If ( condition ) | Start of If block.
|
| »EndIf | End of If block.
|
| »Label Mark | Setting the label "Mark" in the input.
|
| »Goto Mark | Forward jump to the label "Mark" skipping that part of the input.
|