Desktop User Guides > Professional > Interview scripting > Writing interview scripts > Other flow control statements
 
Other flow control statements
Besides facilities for defining repetitive actions (see Repetitive actions in the routing section) and conditional actions (see Conditional actions), the Interview Scripting Language also has a number of other keywords that define the structure of the routing section and control the order in which things happen during the interview. These keywords are as follows:
Keyword
Description
exit
goto
See also
Jumping to a named location in the routing script
Terminating the interview
Writing interview scripts