Algosim documentation: <

< (less-than sign)

The less than relational operator.

Syntax

Description

The < operator is implemented by the LessThan function.

Examples

17/53 < 73/220
true
❨❨6, 3, 1❩, ❨1, 0, 3❩❩ < ❨❨10, 10, 10❩, ❨10, 10, 10❩❩
true
yesterday() < today()
true

See also