hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

number-is-greater

Checks if a number is greater than another number
Parameter
Type
Description
self
number
The first number to compare
other
number
The second number to compare
return
bool
True if the first number is greater than the second, false otherwise