Skip to content

Instantly share code, notes, and snippets.

@fakedrake
Created September 9, 2012 22:11
Show Gist options
  • Save fakedrake/3687618 to your computer and use it in GitHub Desktop.
Save fakedrake/3687618 to your computer and use it in GitHub Desktop.
(setq a '("a" "b" "c"))
(delete* "a" a)
(print a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment