WMLScript » Operators » Logical

Syntax:
&& || !

The logical operators are used to perform Boolean operations.

There are three logical operators.

!

Syntax: !

&&

Syntax: &&

||

Syntax: ||

See Also: