type/<=
check for a non-strict inequality
Calling Sequence
Parameters
Description
Supertypes
Examples
type(expr, `<=`)
expr
-
any expression
The call type(expr, `<=`) checks if expr is of type `<=`, that is, if it is an inequality. It returns true if expr is of type `<=`, and false otherwise.
The type `<=` is a surface type check, and is therefore very fast. The supertypes relation and boolean includes this type.
type/relation
type⁡a<b,`<=`
false
type⁡a≤b,`<=`
true
See Also
type
type/boolean
type/lessthan
type/structure
Download Help Document