<var>
<var>
This element declares a variable. It can occur in executable content or as a child of <form>
or <vxml>
.
Attributes
Name
Data type
Description
name
String
The name of the variable that will hold the result.
expr
String
The initial value of the variable (optional). If there is no expr attribute, the variable retains its current value, if any.
If not given an initial value, variables start out with the ECMAScript value undefined.
Notes
None
Example
The output of the above script would be:
Computer: The test variable is set to twelve hundred thirty-four.
Child Tags
None
Parent Tags
<block>, <catch>, <error>, <filled>, <foreach>, <form>, <help>, <if>, <noinput>, <nomatch>, <vxml>
Last updated