Next Prev Up Top Contents Index

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

See also

define-definition-spec


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index