Skip to content

Instantly share code, notes, and snippets.

@pogin503
Created June 2, 2015 14:25
Show Gist options
  • Save pogin503/e9bfc329bee670dbb6b1 to your computer and use it in GitHub Desktop.
Save pogin503/e9bfc329bee670dbb6b1 to your computer and use it in GitHub Desktop.
(setq lst '(a (b (c d))))
(setq (car (car (car lst))) 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment