lt relational operator

The lt relational operator is used in conditional expressions as an alternate form of the less than (<) condition.

Syntax

exp lt exp

Synonym(s)

<

Example(s)

if x lt 0 then print "less than zero"