isgreater
.isgreater a:{Number} \
than:{Number} \
orequals:{Boolean = false}
-> BooleanContent copied to clipboard
Return
whether a > b (or >= if orequals is true)
Parameters
a
first number to compare
than
- Likely named
second number to compare
orequals
- Optional
- Likely named
whether the comparison should be 'greater or equals' instead