Advertisement
Guest User

Untitled

a guest
Jan 6th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.13 KB | None | 0 0
  1. (setq wines (make-hash-table))
  2. (setf (gethash (list 'R '2) wines) 'Savignon)
  3. (format t "~% ~a" (gethash (list color grapes) wines))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement