Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 17, 2017 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/5885ae9c12ba3ea3fb4ef6c495fedcf6 to your computer and use it in GitHub Desktop.
Save jmercouris/5885ae9c12ba3ea3fb4ef6c495fedcf6 to your computer and use it in GitHub Desktop.
(defun name-food ()
(let ((name (read-from-minibuffer)))
(when (equalp name "fernando")
(let ((food read-from-minibuffer))
(print name)
(print food)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment