NextPrevUpTopContentsIndex

int32<=

Function
Summary

The <= comparison for int32 objects.

Package

system

Signature

int32<= x y => result

Arguments

x

An int32 object or an integer of type (signed-byte 32) .

y

An int32 object or an integer of type (signed-byte 32) .

Values

result

A boolean.

Description

The function int32<= is the less than or equal comparison for int32 objects.

See the section "Fast 32bit arithmetic" in the LispWorks User Guide for more information about the INT32 API.

See also

int32


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex