Algosim documentation: >

> (greater-than sign)

The greater than relational operator.

Syntax

Description

The > operator is implemented by the GreaterThan function.

Examples

39/17 > 381/167
true
❨❨5, 1, 2❩, ❨1, 3, 2❩❩ > 0
true
tomorrow() > yesterday()
true

See also