Guest User

Untitled

a guest
May 18th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.09 KB | None | 0 0
  1.  
  2. (defun p= (a b)
  3.   (cond
  4.    ((and (numberp a)(numberp b) (equalp a b))
  5.    (t () nil))))
Add Comment
Please, Sign In to add comment