WMLScript Developer's Guide
[Cover] [Previous Section] [Next Section] [Index]
Current chapter: Chapter 6 - Statements
Section 29 out of 57 total sections
, Section 3 out of 11 sections in this chapter
Expression Statements
Expression statements assign values to variables, calculate mathematical expressions, make function calls, etc.
The following are examples of expression statements:
str = "Hey" + yourName;
val3 = prevVal + 4;
counter++;
myValue1 = counter, myValue 2 = val13;
alert("Watch out!");
retVal = 16*Lang.max(val3, counter);
[Cover] [Previous Section] [Next Section] [Index]
Part Number DKDS-41-002, UP.SDK Release 4.1, December 2000
Copyright © 1994-2000
Openwave Systems Inc. All rights reserved.
Please send comments and questions to
sdk-doc-comments@openwave.com.