How does Case sensitivity achieved and white spaces used in WMLScript?

How does Case sensitivity achieved and white spaces used in WMLScript?



- WMLScript provide the case sensitivity in the language as it uses names for the functions.

- The name should be different from each other and the names even same have different meaning.

- The name of WMLScript_Function is different from wmlscript_function as it doesn’t have the same meaning due to case sensitivity.

- Whitespaces are used to provide the functionality to put spaces, tabs or newlines in between the characters or text.

- The example of whitespaces is as follows: Hello World”
Post your comment