operator <operator <=(t<t<=...)Boolean

Compares the values.

Note that you can chain multiple less-than and less-than-or-equals in the same expression.

The rules for different types are as follows:

ExamplesClick an example to insert it
1 < abs(-2) < 3true
false < truetrue
"mud" < "muddle"true
as type(type{DateTimeZoned}, from text("2013-05-02 12:00 Europe/London")) < from text("2013-05-02 11:37 America/Toronto")true
Optional\None < Optional\Is(0)true
(a:0, b:5) < (a:1, b:3)true