Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created August 20, 2014 22:49
Show Gist options
  • Select an option

  • Save shigemk2/c7ebdc5b300eeb31ca13 to your computer and use it in GitHub Desktop.

Select an option

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