hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

number-is-less

Checks if a number is less 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 less than the second, false otherwise