Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
PEAR
1
Name:
Anonymous
2011-12-23 0:14
blows
3
Name:
Anonymous
2011-12-23 1:21
I think what you need is this:
(defun memberp (obj lst)
(if (null lst)
nil
(if (eql obj (car lst))
t
(memberp obj (cdr lst)))))
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List