Referencing Values In IEx's History
iex(1)> :one
:one
iex(2)> 1 + 1
2
iex(3)> "three" |> String.to_atom()
:threeiex(4)> v()
:threeiex(5)> v(1)
:oneiex(6)> v(-4)
2Last updated
iex(1)> :one
:one
iex(2)> 1 + 1
2
iex(3)> "three" |> String.to_atom()
:threeiex(4)> v()
:threeiex(5)> v(1)
:oneiex(6)> v(-4)
2Last updated