How do you unbind variables in an interactive Erlang session?
Posted
by Torbjørn
on Stack Overflow
See other posts from Stack Overflow
or by Torbjørn
Published on 2010-03-24T21:12:59Z
Indexed on
2010/03/24
21:13 UTC
Read the original article
Hit count: 404
erlang
|erlang-shell
In the Erlang interactive shell you can bind variables to values. If I would like to clear everything and start from scratch without exiting the session and starting a new one, how do I do that?
And if I just wanted to re-use a single variable, is it possible to re-bind?
© Stack Overflow or respective owner