All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

int32-1+

int32-1- Functions

Summary

The operators for int32 objects corresponding to the functions 1+ and 1-.

Package

system

Signatures

int32-1+ x => int32

int32-1- x => int32

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

The functions int32-1+ and int32-1- are the operators for int32 objects corresponding to the functions 1+ and 1-.

x can be an int32 object or an integer of type (signed-byte 32).

See the section 28.2.2 Fast 32-bit arithmetic for more information about the INT32 API.

See also

int32


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02