< Comparison-Operator

Purpose

Less than comparison operator.

Syntax

? = exp1 < exp2

Description

The result of a relational expression is True if the tested relationship is true and False if it is false.

Example

OpenW # 1

Global Int x , y

x = 10, y = 12

If x < y Then Print "True"

See Also

<, >, <>, ><, =<, <=, >=., =>, !=, =, ==, Operator Hierarchy

{Created by Sjouke Hamstra; Last updated: 23/09/2014 by James Gaite}