All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

do-nothing Function

Summary

Ignores its arguments and returns an unspecified value.

Package

lispworks

Signature

do-nothing &rest ignore => unspecified

Arguments
ignore
All arguments are ignored.
Values
unspecified
An unspecified value.
Description

The function do-nothing ignores its arguments ignore and returns an unspecified value. It is useful as a function argument.

See also

false
true


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41