.isgreater a:{Number} than:{Number} orequals:{Boolean = false}-> Boolean
whether a > b (or >= if orequals is true)
a > b
>=
true
first number to compare
second number to compare
whether the comparison should be 'greater or equals' instead
Number::isgreater than:{Number} orequals:{Boolean}-> Boolean