Function
list-length lispworks
dotted-list-length list => result
A list.
An integer.
dotted-list-length performs the same action aslist-length, except that if the lastcdr is notnil then instead of signalling an error, it returns the number ofconses plus 1. dotted-list-p