The comparison operators for int32 objects.
An int32 object or an integer of type (signed-byte 32)
.
An int32 object or an integer of type (signed-byte 32)
.
The function int32/=
is the not equal comparison for int32 objects.
The function int32<
is the less than comparison for int32 objects.
The function int32<=
is the less than or equal comparison for int32 objects.
The function int32=
is the equal comparison for int32 objects.
The function int32>
is the greater than comparison for int32 objects.
The function int32>=
is the greater than or equal comparison for int32 objects.
See the section Fast 32-bit arithmetic for more information about the INT32 API.
LispWorks User Guide and Reference Manual - 20 Sep 2017