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

NextPrevUpTopContentsIndex

true

Function
Summary

Ignores its arguments and returns t.

Package

lispworks

Signature

true &rest ignore => t

Arguments

ignore

All arguments are ignored.

Values

t

Description

The function true ignores all its arguments and returns t. It is useful as a functional argument.

See also

do-nothing
false


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex