Arbortext IsoDraw > Macro Language Reference > Introduction > Language Basics > Flow Control Statements
  
Flow Control Statements
The Arbortext IsoDraw Macro Language supports basic flow control statements for controlling the execution of a macro.
Conditional statements allow a macro to execute different pieces of code, or none at all, depending on some condition. Loops support the repeated execution of particular code.