What are the different components of WMLScript?
What are the different components of WMLScript?
- WMLScript is also known as Wireless Markup Language Script that is used for the client side.
- It is a light weight script that runs on wireless devices for some processing and computation.
- The components used in WMLScript are as follows:
- WML Script Operators: they are used to provide the operators to make it work on operands.
- It includes operators like Arithmetic, comparison, logical, etc. operators to make the writing of the script easier.
- WMLScript also provide the use of control statements that used to control the sequence and iterations made in the program.