Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created August 20, 2014 22:49
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 shigemk2/c7ebdc5b300eeb31ca13 to your computer and use it in GitHub Desktop.
Save shigemk2/c7ebdc5b300eeb31ca13 to your computer and use it in GitHub Desktop.
(setq alst '((1 . "hoge") (2 . "fuga") (3 . "bar"))) ;; alst
(car (nth 0 alst)) ;; 1
(cdr (nth 0 alst)) ;; "hoge"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment