[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

COUNT down



COUNT is supposed to return a non-negative integer, but
 
? (count 1 nil)
0
? (count-if #'integerp nil)
NIL
? (count-if-not #'integerp nil)
NIL
 
Bob Strong
Cognitive Systems, Inc.