Another way to exiting IEX other than ctrl-C
I know we can exit the IEX console with control-C. I'm curious if there's a command to type into the console that would also do the same thing. I can think of 3 ways to quit an IEx shell: The mentioned <ctrl-c> hit twice or once followed by q and then <enter> , <ctrl-g> and then q + <enter> , and finally System.halt , but there is a difference between System.halt and the others. Namely that System.halt " halts the Erlang runtime " and the others just " quit the shell ". When you have only one shell session running or the session is not attached to a separate runtime then both ways will produce