Table of Contents
X values can be created using literal syntax, or at runtime by using a make
constructor or to
conversion.
All comparators can be applied on X: =, ==, <>, >, <, >=, <=, =?
. In addition, min
, and max
are also supported.
Use X to check if a value is of the X datatype.
Use type?
to return the datatype of a given value.