Slide 7
Slide 7 text
tty iex を “exit” する
● :init.stop(), same as :init.stop(0)
○ All applications are taken down smoothly, all code is unloaded, and all ports are closed before
the system terminates by calling halt(Status). If command-line flag -heart was specified, the
heart program is terminated before the Erlang node terminates.
● exit()
○ Exit the current IEx session
● Let’s 論よりRUN