Control Flow Statements

This section describes the control flow statements you can use when working with the Enterprise Knowledge Language. Control flow statements are statements used to determine the order function calls and statements are executed when a script is run.


In this section:

The if ... else ... else ... if Statement
Loops
Exit Keyword
ExitFunction