Algosim documentation: ≤

≤ (less-than or equal to)

The less than or equal to relational operator.

Syntax

Description

The operator is implemented by the LessThanOrEqualTo 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