= "compare"
= "compare.rs"
= "compare.md"
= "rust"
[[]]
= "left" # - left hand input
= "number"
[[]]
= "right" # - right hand input
= "number"
[[]]
= "equal" # - `equal` - outputs true if the two values are equal
= "boolean"
[[]]
= "ne" # - `ne` - outputs true if the two values are not equal
= "boolean"
[[]]
= "lt" # - `lt` - outputs true if the left hand value is less than the right hand value
= "boolean"
[[]]
= "lte" # - `lte` - outputs true if the left hand value is less than or equal to the right hand value
= "boolean"
[[]]
= "gt" # - `gt` - outputs true if the left hand value is greater than the right hand value
= "boolean"
[[]]
= "gte" # - `gte` - outputs true if the left hand value is greater than or equal to the right hand value
= "boolean"