WMLScript Primer: A Final Word
WMLScript Primer
A Final Word
In this column we covered the fundamentals of WMLScript. We explained why WMLScript libraries are so important, and we mentioned all six libraries and their functions. We emphasized WMLScript's unique literals and operators, including invalid and isvalid. We introduced the new concept of pragmas and compilation units. We showed the three types of pragmas: use url
, use access
, and use meta
. We walked you through the Mortgage example, especially those parts that access the WMLScript libraries or the originating WML deck. We explained what is a bytecode format and what is the motivation to use it. We showed a full listing of the compiled Mortgage code.
In this column you learned:
- How to call WMLScript libraries
- How to use WMLScript literals and operators
- How to construct compilation units and pragmas
- How to read the Mortgage example
- How to read a bytecode
- How to identify differences between WMLScript and JavaScript
Produced by Yehuda Shiran and Tomer Shiran
Created: May 22, 2000
Revised: May 22, 2000
URL: https://www.webreference.com/js/column62/8.html