Getting previous values in IEx

To access previous values in IEx (and save some typing) use the v/1 helper:

  • v() gets the last value
  • v(n) gets the nth expression
  • v(-n) gets the previous nth expression

Want the latest Elixir Streams in your inbox?

    No spam. Unsubscribe any time.