Where can I find documentation for the Erlang shell?
erlang
Solution
This page in the documentation seems to be a starting point. Especially the link in it. Check also the first link in it, with the shell's manpage.
Problem
The Erlang documentation contains the documentation of modules. Where can I find the documentation of the Erlang shell? (Which is not a module, I suppose.)