Created
October 2, 2018 13:41
-
-
Save horvand/ec25004f6b04bb4bfa5d787d8c4e4fad to your computer and use it in GitHub Desktop.
elixir-@
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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