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

NextPrevUpTopContentsIndex

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 and returns an unspecified value. It is useful as a function argument.

See also

false
true


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex