The comparison operators for int64 objects.
An int64 object or an integer of type (signed-byte 64)
.
An int64 object or an integer of type (signed-byte 64)
.
The function int64/=
is the not equal comparison for int64 objects.
The function int64<
is the less than comparison for int64 objects.
The function int64<=
is the less than or equal comparison for int64 objects.
The function int64=
is the equal comparison for int64 objects.
The function int64>
is the greater than comparison for int64 objects.
The function int64>=
is the greater than or equal comparison for int64 objects.
See the section Fast 64-bit arithmetic for more information about the INT64 API.
LispWorks User Guide and Reference Manual - 13 Feb 2015