Guest User

Untitled

a guest
Jul 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $ erl -pa ebin
  2. Erlang R14B02 (erts-5.8.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
  3.  
  4. Eshell V5.8.3 (abort with ^G)
  5. 1> application:start(ex_complete).
  6. ok
  7. 2> ex_complete:bindings().
  8. []
  9. 3> Foo = bar.
  10. bar
  11. 4> ex_complete:bindings().
  12. [{'Foo',bar}]
  13. 5>
Add Comment
Please, Sign In to add comment