PickBASIC / FlashBASIC

lt relational operator

.md

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

Synonyms<

Syntax

exp lt exp

Example(s)

if x lt 0 then print "less than zero"

See also