type/<
check for a 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 a strict 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,`<`
true
type⁡a≤b,`<`
false
See Also
type
type/boolean
type/lessequal
type/structure
Download Help Document