Skip to content

Lesser Than

Lesser Than (<) can be used to find if a is lesser than b.

Syntax
operand1 < operand2
Example
a < b

1 < 2
# true

4 < 2
# false