Skip to content

Instantly share code, notes, and snippets.

@letoh
Created April 27, 2013 14:49
Show Gist options
  • Select an option

  • Save letoh/5473380 to your computer and use it in GitHub Desktop.

Select an option

Save letoh/5473380 to your computer and use it in GitHub Desktop.
(let* ((options '("aaa" "bbb" "ccc"))
(ans (dropdown-list options)))
(print (format "you choose: %s" (nth ans options))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment