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