type/<>
check for a non-equality
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 non-equality. It returns true if expr is of type `<>`, and false otherwise.
Type `<>` is a surface type, and a subtype of types relation and boolean.
type/relation
type⁡a<b,`<>`
false
type⁡a=b,`<>`
type⁡a≠b,`<>`
true
See Also
type
type/boolean
type/structure
Download Help Document