basic.lt
'less than' operator.
Syntax
expression lt expression
Description
is the symbol used as a logical operator within conditional expressions as an alternate form of the '<' symbol used for representing a 'less than' condition.
Example
if x lt 0 then print 'less than zero'
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
