islower

.islower a:{Number}
than:{Number}
orequals:{Boolean = false}
-> Boolean

Return

whether a < b (or <= if orequals is true)

Parameters

orequals

whether the comparison should be 'lower or equals' instead

Chaining

This function is designed to be chained with other function calls:
Number::islower than:{Number}
orequals:{Boolean}
-> Boolean