Next Prev Up Top Contents Index

dotted-list-p

Function
Summary

Tests whether a cons is a list ending in a non- nil cdr .

Package

lispworks

Signature

dotted-list-p list => bool

Arguments

list

A list, which must be a cons .

Values

bool

A boolean.

Description

The function dotted-list-p is a predicate which tests whether list (which must be a cons ) is a list ending in a non- nil cdr . It returns t if this is the case, otherwise it returns nil .

See also

dotted-list-length


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index