Skip to content

Instantly share code, notes, and snippets.

@horvand
Created October 2, 2018 13:41
Show Gist options
  • Save horvand/ec25004f6b04bb4bfa5d787d8c4e4fad to your computer and use it in GitHub Desktop.
Save horvand/ec25004f6b04bb4bfa5d787d8c4e4fad to your computer and use it in GitHub Desktop.
elixir-@
defmodule Majom do
@constseq :lists.seq(1,10,2)
def f() do
IO.inspect(quote do
@constseq
end)
IO.inspect(@constseq)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment