====== < exit > ====== ===== Description ===== The < exit > element exits the interpreter session and returns control to the interpreter context, which determines what to do next. This element differs from the < return > element in that < exit > terminates all loaded elements while < return > returns from a < subdialog > invocation. ===== Syntax ===== ===== Attributes ===== |expr|The expr attribute is the expression to be evaluated and returned. This attribute is optional and the value is sent to the call control.| |namelist|The namelist attribute indicates variable names to be returned to interpreter context, and returns nothing by default. This attribute is optional.| ===== Parents ===== , , , , , , , ===== Children ===== None. ===== Extensions ===== None. ===== Limitations/Restrictions ===== None. ===== Example Code ===== An error has occurred.