August 2001
Intermediate to advanced
400 pages
9h 36m
English
IN THIS CHAPTER
• Comments
• Controlling Program Execution
• Summary
ECMAScript is a client-side scripting language supported by the VoiceXML language. ECMAScript is based on JavaScript 1.1. You have already seen examples of ECMAScript code in the bookstore application in variable declarations, expr attributes, and script elements.
Variables in VoiceXML are typed according to the ECMAScript specification. When used within an expr attribute, ECMAScript provides a mechanism for evaluating operations on variables of various types. When used within a script element, ECMAScript provides programmers with traditional programming ...
Read now
Unlock full access