.islower a:{Number} than:{Number} orequals:{Boolean = false}-> Boolean
whether a < b (or <= if orequals is true)
a < b
<=
true
whether the comparison should be 'lower or equals' instead