Ignores its arguments and returns an unspecified value.
lispworks
do-nothing &rest ignore => unspecified
ignore
All arguments are ignored.
unspecified
An unspecified value.
The function do-nothing ignores its arguments and returns an unspecified value. It is useful as a function argument.
do-nothing