Skip to content

Instantly share code, notes, and snippets.

@iamvery
Created March 1, 2018 18:16
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 iamvery/3f5b390cb544687126643fa1d0267011 to your computer and use it in GitHub Desktop.
Save iamvery/3f5b390cb544687126643fa1d0267011 to your computer and use it in GitHub Desktop.
quote do: {:a, :b, :c}
value = {:a, :b, :c}
Macro.escape(value)
quote do: value
value = {:a, :b, :c}
quote do: unquote(value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment