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

NextPrevUpTopContentsIndex

int64-1+

int64-1-

Functions
Summary

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

Package

system

Signatures

int64-1+ x => int64

int64-1- x => int64

Arguments

x

An int64 object or an integer of type (signed-byte 64).

Values

int64

An int64 object.

Description

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

See the section Fast 64-bit arithmetic for more information about the INT64 API.

See also

int64


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex