All Manuals > LispWorks User Guide and Reference Manual > 34 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 - 21 Dec 2011

NextPrevUpTopContentsIndex