What are the data types used in WMLScript?

What are the data types used in WMLScript?



- WMLScript is a weakly typed language that provides no type checking during the compile time or the run time.

- WMLScript uses the data types as follows:

- Boolean: this is the data type used for the values like true or false and it usually deals in decision making.

- Integer: this is a data type containing the numerical values

- Floating-point: this is the data type used to provide the value in decimal points like 1.00, 1 e-10.

- String: this is the data type that stores the values in the form of characters in a contiguous memory location.

- Invalid: is the data type that describes the value of a function valid or invalid.
Post your comment