Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defun foo (a)
- (let ((color "black"))
- (let ((car-make a))
- (print (concatenate 'string
- "Car Make: "
- car-make
- " with color "
- color)))))
- (foo "ford")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement