3.15. exit

Element typeexit
Attributesexpr | namelist
Parentsblock | catch | error | filled | help | if | noinput | nomatch
ChildrenNone.
DescriptionExits the interpreter session and returns control to the interpreter context.

DTD

<!ELEMENT exit EMPTY >
<!ATTLIST exit
  expr     %expression;  #IMPLIED 
  namelist %field.names; #IMPLIED >

Language model

Attributes

expr : expression

The expression evaluated and returned to the interpreter context.

namelist : field.names

A list of variable names (and corresponding values) returned to the interpreter context.

Children

None.

Examples

Example 3-17. Exiting second time an error occurs
 <?xml version="1.0" encoding="iso-8859-1"?> ...

Get Definitive VoiceXML™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.