This section covers the following topics:
WMLScript is a case-sensitive language. All keywords, variables, and function names must use proper capitalization.
WMLScript ignores spaces, tabs, and line breaks that appear between tokens in your program, except those that are included in string literals.
WMLScript defines two comment structures:
Line comments--a single line that starts with // and ends at the end of the line.
Block comments--multiple lines that start with /* and end with */.
Nested block comments generate a compiler error.